mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/system/composite: Remove references to USBMSC. There still dependencies on CDC/ACM in the serial USB trace output. That really should be removed.
This commit is contained in:
parent
3de92a1097
commit
19acc8ad4e
2 changed files with 0 additions and 9 deletions
|
|
@ -65,14 +65,6 @@
|
|||
# error "USB CDC/ACM serial composite device support is not enabled (CONFIG_CDCACM_COMPOSITE)"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_USBMSC
|
||||
# error "USB mass storage device support is not enabled (CONFIG_USBMSC)"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_USBMSC_COMPOSITE
|
||||
# error "USB mass storage composite device support is not enabled (CONFIG_USBMSC_COMPOSITE)"
|
||||
#endif
|
||||
|
||||
/* Add-on Mass Storagte Class default values */
|
||||
|
||||
#ifndef CONFIG_SYSTEM_COMPOSITE_NLUNS
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@
|
|||
#include <nuttx/usb/usbdev.h>
|
||||
#include <nuttx/usb/composite.h>
|
||||
#include <nuttx/usb/cdcacm.h>
|
||||
#include <nuttx/usb/usbmsc.h>
|
||||
#include <nuttx/usb/usbdev_trace.h>
|
||||
|
||||
#include "composite.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue