diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ao_cmd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_cmd.c b/src/core/ao_cmd.c index 3182acb7..c0e1a6b5 100644 --- a/src/core/ao_cmd.c +++ b/src/core/ao_cmd.c @@ -310,7 +310,7 @@ help(void)  	__pdata uint8_t cmds;  	__pdata uint8_t cmd;  	__code struct ao_cmds * __pdata cs; -	const char *h; +	__code char *h;  	uint8_t e;  	for (cmds = 0; cmds < ao_ncmds; cmds++) {  | 
