diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-22 13:21:52 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-22 13:21:52 -0400 |
commit | f9385de372e46de69f2fdd691d0f7eebe19bef8f (patch) | |
tree | b0380b722ff556793bb28039b24f241a891dde9f /flash.h | |
parent | fc0ac4d9ae743ee855180ccdb8f24a9eeef896cc (diff) |
added support for partial flash resets
Diffstat (limited to 'flash.h')
-rw-r--r-- | flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include "globals.h" -void initFlash(FlashStruct *mem); +void initFlash(FlashStruct *mem, int starting_location); int readUserBlock(FlashStruct *mem); void writeUserBlock(FlashStruct *mem, int addr, int numbytes); |