diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-26 15:38:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-26 15:38:28 -0700 |
commit | c3fec2c4c65db71e88ef0c05c69463438a7cfc6c (patch) | |
tree | 5be4442701f1435b8f03ce325c5e4a52d063ef7e /ao_cmd.c | |
parent | 819f1de8dd6010fae050bcef930943c7923929f9 (diff) |
Add manual ignition and igniter test commands
Diffstat (limited to 'ao_cmd.c')
-rw-r--r-- | ao_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ echo(void) static const uint8_t help_txt[] = "All numbers are in hex"; -#define NUM_CMDS 10 +#define NUM_CMDS 11 static __code struct ao_cmds *__xdata (ao_cmds[NUM_CMDS]); static __xdata uint8_t ao_ncmds; |