diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 14:04:56 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 14:04:56 -0400 |
commit | b3c38cf2f99e387359653fc9f9530239c38c381d (patch) | |
tree | 781cd5ea77c24a7344bfa4d1d68151c61223143b /flash.h | |
parent | 37715d8b1b2a6465f1bb8232df8ae9c73efc743b (diff) |
fix writeUserBlock usage, and fix non-obvious rcl values
Diffstat (limited to 'flash.h')
-rw-r--r-- | flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ 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); #endif |