X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao_cmd.c;fp=ao_cmd.c;h=abab1463e7740ddd4abffffdd890889f0d7dd9b7;hb=c3fec2c4c65db71e88ef0c05c69463438a7cfc6c;hp=91abe7f08837c6d321aecc038c868d6daf7ee1aa;hpb=819f1de8dd6010fae050bcef930943c7923929f9;p=fw%2Faltos diff --git a/ao_cmd.c b/ao_cmd.c index 91abe7f0..abab1463 100644 --- a/ao_cmd.c +++ b/ao_cmd.c @@ -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;