mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Get rid of USE_ROCKBOX_USB
Except for unfinished or experimental ports, it isthe case that USE_ROCKBOX_USB and HAVE_USBSTACK are both defined or both undefined. Furthermore, it is a leftover of some early developments on the USB stack and doesn't make sense anymore. Change-Id: Ic87a865b6bb4c7c9a8d45d1f0bb0f2fb536b8cad Reviewed-on: http://gerrit.rockbox.org/1091 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
f91434cc7b
commit
66690ca987
66 changed files with 7 additions and 81 deletions
|
|
@ -1178,9 +1178,7 @@ Lyre prototype 1 */
|
|||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue