]> git.gag.com Git - fw/altos/commit
altos: Fix up 'help' command for 8051
authorKeith Packard <keithp@keithp.com>
Mon, 11 Mar 2013 04:05:34 +0000 (21:05 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 11 Mar 2013 04:05:34 +0000 (21:05 -0700)
commit31c2760ee919a90e440d014d7d303707d863bdf6
tree97db3590406210201fedff93df3911fccf92218e
parent8083aeb07167a1a68a168f16ac951b6de7b197ea
altos: Fix up 'help' command for 8051

The help command was rewritten to avoid using printf, but the
rewrite used 'const' instead of the required '__code' to point at
constant strings.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_cmd.c