altos: Remove 8051 address space specifiers
[fw/altos] / src / telefireone-v1.0 / ao_telefireone.c
index 115b3e914e46d52184a9417b1ec9643096555073..790d7a411b7174e7598e3fbed417fc712c401c08 100644 (file)
@@ -31,7 +31,7 @@ set_logging(void)
        ao_wakeup(&ao_log_running);
 }
 
-__code struct ao_cmds ao_firetwo_cmds[] = {
+const struct ao_cmds ao_firetwo_cmds[] = {
         { set_logging,  "L <0 off, 1 on>\0Log sensors to flash" },
         { 0,    NULL },
 };