diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-04 08:36:46 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-04 08:36:46 -0400 |
commit | b2c2c72d381ab1b32fa5b5fc4e890fef6c2bf1e0 (patch) | |
tree | 7b940ceca71c7b536ab88ea42729fd8d6633f19a /flash.h | |
parent | a0f966ce43e7286d7e033d0b17ab00d6ff6609b5 (diff) |
put flash writes in a mutex lock
Diffstat (limited to 'flash.h')
-rw-r--r-- | flash.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ #include <glib.h> void initFlash(FlashStruct *mem, gboolean reset_to_defaults, int starting_location); -int readUserBlock(FlashStruct *mem); void writeUserBlock(FlashStruct *mem, int addr, int numbytes); void fixFlash(FlashStruct *mem); |