summaryrefslogtreecommitdiff
path: root/src/stmf0/ao_usb_stm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stmf0/ao_usb_stm.c')
-rw-r--r--src/stmf0/ao_usb_stm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/ao_usb_stm.c b/src/stmf0/ao_usb_stm.c
index c4860d8e..ff294849 100644
--- a/src/stmf0/ao_usb_stm.c
+++ b/src/stmf0/ao_usb_stm.c
@@ -1626,7 +1626,7 @@ ao_usb_irq(void)
control_count, out_count, in_count, int_count, reset_count);
}
-__code struct ao_cmds ao_usb_cmds[] = {
+const struct ao_cmds ao_usb_cmds[] = {
{ ao_usb_irq, "I\0Show USB interrupt counts" },
{ 0, NULL }
};