altos: Remove 8051 address space specifiers
[fw/altos] / src / drivers / ao_watchdog.c
index 1a877fcb4266e680db17580343309842dbfc7013..01c3cd0e7eb3ce7da67d95e7039004f5e0725155 100644 (file)
@@ -46,7 +46,7 @@ ao_watchdog_set(void)
 }
        
 
-static __code struct ao_cmds ao_watchdog_cmds[] = {
+static const struct ao_cmds ao_watchdog_cmds[] = {
        { ao_watchdog_set,      "Q <0 off, 1 on>\0Enable or disable watchdog timer" },
        { 0,                    NULL },
 };