diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 20:42:24 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 20:42:24 -0400 |
commit | c210f9167be5bb4b8ac63faf1817e086c8d94ed7 (patch) | |
tree | f03c495c2130bbb7cdce0bc488510f3e9ce7e0b4 /globals.c | |
parent | 0e73c5d7d6346a54f84f1e10471aa974f10752c5 (diff) |
initial support for read/write commands on packed flash struct
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,10 +2,11 @@ GlobalStruct globals = { .ChannelState = {0.0}, - .Flash = { .aux_error_message="FIXME", - .channels = (int)1, - .enable_avrq_extra_ampls = (char)0, - .ChanKey_frequency = (char)0 }, + .Flash = { .flash_start = (char) 99, + .aux_error_message="FIXME", + .channels = (short) 1, + .enable_avrq_extra_ampls = (char) 12, + .ChanKey_frequency = (char) 0 }, .error_queue = {0}, .number_of_errors = 0 }; |