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
@ -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…
x
Reference in New Issue
Block a user