diff options
author | daniel <danieruru@gmail.com> | 2013-02-02 13:21:38 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-02-02 13:21:38 +0900 |
commit | abafd66ba6297c8962808a07c05219cce7ba3c5f (patch) | |
tree | cb87c776633d7d3fa34aa117283e06b768d574bb /flash.h | |
parent | 83745b93506adc234d795a2d7456fd6cf6a1f1c4 (diff) |
flash write backgrounding
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); void writeUserBlock(FlashStruct *mem, int addr, int numbytes); void fixFlash(FlashStruct *mem); +void stopFlashWriterThread(); #endif |