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:
Gregory Nutt 2017-07-21 08:35:01 -06:00
parent 3de92a1097
commit 19acc8ad4e
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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"