summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index b37ef3c5a5..fe89d223d3 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -51,7 +51,8 @@
51#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \ 51#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \
52 (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_STORAGE)) || \ 52 (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_STORAGE)) || \
53 (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx) || \ 53 (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx) || \
54 defined(CPU_TCC77X) || defined(CPU_TCC780X))) 54 defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
55 (CONFIG_USBOTG == USBOTG_JZ4740)
55#define USB_FULL_INIT 56#define USB_FULL_INIT
56#endif 57#endif
57 58