diff options
author | root <root@xena.domain.avtechpulse.com> | 2012-08-23 09:24:20 -0400 |
---|---|---|
committer | root <root@xena.domain.avtechpulse.com> | 2012-08-23 09:24:20 -0400 |
commit | 8c3652a30c35847380e19397077e41362bdefcb6 (patch) | |
tree | b59cacf814ba8d53284530a8107a0fca2320bbb2 /globals.c | |
parent | a453d3b91e5d947f4706c2c355948eda7a8f15d2 (diff) |
added most commands to the parser, with supporting global vars
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,5 +3,10 @@ GlobalStruct globals = { .error_queue = {0}, .number_of_errors = 0, - .Flash.fully_programmed = Not_Programmed + .Flash.fully_programmed = Not_Programmed, + .extended_ampl_min_max = 0, + .do_check_settings = 1, + .oper_enable_register = 0, + .ques_enable_register = 0, + .flash_writes_suspended = 0 }; |