1
0
Fork 0
forked from len0rd/rockbox

Don't selecu any usb class drivers for a simulator build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23295 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2009-10-20 18:33:23 +00:00
parent 1c2172d453
commit ad29c35d7b

View file

@ -857,6 +857,7 @@ Lyre prototype 1 */
#else /* BOOTLOADER */ #else /* BOOTLOADER */
#ifndef SIMULATOR
//#define USB_ENABLE_SERIAL //#define USB_ENABLE_SERIAL
#define USB_ENABLE_STORAGE #define USB_ENABLE_STORAGE
@ -865,6 +866,7 @@ Lyre prototype 1 */
#else #else
#define USB_ENABLE_CHARGING_ONLY #define USB_ENABLE_CHARGING_ONLY
#endif #endif
#endif
#endif /* BOOTLOADER */ #endif /* BOOTLOADER */