diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 17:58:49 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 17:58:49 -0400 |
commit | 0e73c5d7d6346a54f84f1e10471aa974f10752c5 (patch) | |
tree | 1900be7ab7db1dbd346df55f6a18cc4a7d4159a0 /globals.h | |
parent | b00b755a6fd87af0801c2d19d4a53a172a8052dd (diff) |
regex unref error fixed; added diag:eprom:size
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |