diff options
-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; |
index : Instrument.git | ||
The instrument daemon | git repository hosting |
summaryrefslogtreecommitdiff |
-rw-r--r-- | flash.c | 1 |
@@ -44,6 +44,7 @@ typedef struct { int numbytes; } userflashjob; +static void initFlashValues(FlashStruct *mem); static bool alive = true; static GMutex writermutex; |