altos: Remove 8051 address space specifiers
[fw/altos] / src / usbrelay-v0.1 / ao_usbrelay.c
index d908f4dbeebdee342ff9d17751e8599a5ab47950..0eacdf5a71b788cee8677754a153a6286faaf4ba 100644 (file)
@@ -45,7 +45,7 @@ ao_relay_control(uint8_t output)
 }
 
 static void
-ao_relay_select(void) __reentrant
+ao_relay_select(void) 
 {
        uint8_t output;
 
@@ -59,7 +59,7 @@ ao_relay_select(void) __reentrant
                ao_relay_control(output);
 }
 
-static __code struct ao_cmds ao_relay_cmds[] = {
+static const struct ao_cmds ao_relay_cmds[] = {
        { ao_relay_select, "R <output>\0Select relay output" },
        { 0, NULL }
 };