summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 20:42:24 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 20:42:24 -0400
commitc210f9167be5bb4b8ac63faf1817e086c8d94ed7 (patch)
treef03c495c2130bbb7cdce0bc488510f3e9ce7e0b4 /globals.c
parent0e73c5d7d6346a54f84f1e10471aa974f10752c5 (diff)
initial support for read/write commands on packed flash struct
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/globals.c b/globals.c
index 15f210b..8324fed 100644
--- a/globals.c
+++ b/globals.c
@@ -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
};