summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index b7f9e5a..245fc12 100644
--- a/globals.h
+++ b/globals.h
@@ -18,10 +18,12 @@ typedef struct {
} ChannelStruct;
typedef struct {
+ char flash_start;
char* aux_error_message;
int channels;
char enable_avrq_extra_ampls;
char ChanKey_frequency;
+ char flash_end;
} FlashStruct;