summaryrefslogtreecommitdiff
path: root/ao_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao_cmd.c')
-rw-r--r--ao_cmd.c2
1 files changed, 1 insertions, 1 deletions
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;