summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index 05597dff9b..b919fe468d 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -57,7 +57,7 @@
57 (defined(HAVE_USBSTACK) && defined(IPOD_NANO2G)) || \ 57 (defined(HAVE_USBSTACK) && defined(IPOD_NANO2G)) || \
58 (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx))) || \ 58 (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx))) || \
59 (defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500))) || \ 59 (defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500))) || \
60 defined(CPU_TCC77X) || defined(CPU_TCC780X) || \ 60 defined(CPU_TCC780X) || \
61 (CONFIG_USBOTG == USBOTG_JZ4740) || \ 61 (CONFIG_USBOTG == USBOTG_JZ4740) || \
62 (CONFIG_USBOTG == USBOTG_JZ4760) 62 (CONFIG_USBOTG == USBOTG_JZ4760)
63/* TODO: condition should be reset to be only the original 63/* TODO: condition should be reset to be only the original