mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
Fix a few issues related to new USB device boardctl() commands
This commit is contained in:
@@ -225,7 +225,7 @@ struct boardioc_symtab_s
|
||||
enum boardioc_usbdev_identifier_e
|
||||
{
|
||||
BOARDIOC_USBDEV_NONE = 0 /* Not valid */
|
||||
#if defined(CONFIG_CDCACM) && !defined(CONFIG_CDCACM_COMPOSITE)
|
||||
#ifdef CONFIG_CDCACM
|
||||
, BOARDIOC_USBDEV_CDCACM /* CDC/ACM */
|
||||
#endif
|
||||
#ifdef CONFIG_USBMSC
|
||||
|
||||
Reference in New Issue
Block a user