diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-24 19:09:31 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-24 19:09:31 -0700 | 
| commit | 8e62747b3692d0ac75b08eaf5c3e4b5d766be6ad (patch) | |
| tree | 67aa0881a64621c0dee9332a816bfd6a58caae3e /ao_cmd.c | |
| parent | 2f781beb73ef24ab5fbe2688a83d07ad26c15972 (diff) | |
Bump NUM_CMDS to 10
Diffstat (limited to 'ao_cmd.c')
| -rw-r--r-- | ao_cmd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -216,7 +216,7 @@ echo(void)  static const uint8_t help_txt[] = "All numbers are in hex"; -#define NUM_CMDS	8 +#define NUM_CMDS	10  static __code struct ao_cmds	*__xdata (ao_cmds[NUM_CMDS]);  static __xdata uint8_t		ao_ncmds; | 
