X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_cmd.c;h=7f7865364da5a4a10949a1a5e2d964aeecca1512;hp=7722c598b592b3615b7575bafa069546c9602dde;hb=8e62747b3692d0ac75b08eaf5c3e4b5d766be6ad;hpb=d1887ded41a5bfec8e10e9fd736fa9444b9b6222 diff --git a/ao_cmd.c b/ao_cmd.c index 7722c598..7f786536 100644 --- a/ao_cmd.c +++ b/ao_cmd.c @@ -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;