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:
parent
1c2172d453
commit
ad29c35d7b
1 changed files with 2 additions and 0 deletions
|
@ -857,6 +857,7 @@ Lyre prototype 1 */
|
|||
|
||||
#else /* BOOTLOADER */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
//#define USB_ENABLE_SERIAL
|
||||
#define USB_ENABLE_STORAGE
|
||||
|
||||
|
@ -865,6 +866,7 @@ Lyre prototype 1 */
|
|||
#else
|
||||
#define USB_ENABLE_CHARGING_ONLY
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* BOOTLOADER */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue