summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel <daniel@roi>2014-05-20 21:39:43 +0900
committerdaniel <daniel@roi>2014-05-20 21:39:43 +0900
commitc71117e33181ee72d44d7b9c379046d0f5d1f835 (patch)
tree707a368dc2f27ae43c8e758a53bbc412b2e09a89
parenteaaf0e8b84d439593a6c51309bcb7a3898dc5c5f (diff)
Fix the compile error I introduced by calling initFlashValues before it's declaredINSTRUMENT_5_0_12
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 48470bb..3e93b64 100644
--- a/flash.c
+++ b/flash.c
@@ -44,6 +44,7 @@ typedef struct {
int numbytes;
} userflashjob;
+static void initFlashValues(FlashStruct *mem);
static bool alive = true;
static GMutex writermutex;