forked from len0rd/rockbox
Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both set
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34c4c44c5d
commit
b0351c7588
1 changed files with 4 additions and 0 deletions
|
|
@ -953,8 +953,12 @@ Lyre prototype 1 */
|
|||
#else /* BOOTLOADER */
|
||||
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
#ifdef USB_HAS_BULK
|
||||
//#define USB_ENABLE_SERIAL
|
||||
#ifdef USE_ROCKBOX_USB
|
||||
#define USB_ENABLE_STORAGE
|
||||
#endif /* USE_ROCKBOX_USB */
|
||||
#endif /* USB_HAS_BULK */
|
||||
|
||||
#ifdef USB_HAS_INTERRUPT
|
||||
#define USB_ENABLE_HID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue