From e823b2e488e2e60ca873235deb0c1d51f96eef20 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 24 Sep 2008 21:17:53 +0000 Subject: Fix red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18633 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/usb.c b/firmware/usb.c index 62ee656..ae1fbeb 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -48,7 +48,7 @@ #include "logf.h" /* Conditions under which we want the entire driver */ -#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) \ +#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \ (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_STORAGE)) || \ (defined(CREATIVE_ZVx) && defined(HAVE_USBSTACK)) #define USB_FULL_INIT -- cgit v1.1