diff options
author | daniel <daniel@roi> | 2014-05-20 21:39:43 +0900 |
---|---|---|
committer | daniel <daniel@roi> | 2014-05-20 21:39:43 +0900 |
commit | c71117e33181ee72d44d7b9c379046d0f5d1f835 (patch) | |
tree | 707a368dc2f27ae43c8e758a53bbc412b2e09a89 | |
parent | eaaf0e8b84d439593a6c51309bcb7a3898dc5c5f (diff) |
Fix the compile error I introduced by calling initFlashValues before it's declaredINSTRUMENT_5_0_12
-rw-r--r-- | flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ typedef struct { int numbytes; } userflashjob; +static void initFlashValues(FlashStruct *mem); static bool alive = true; static GMutex writermutex; |