Fix a few issues related to new USB device boardctl() commands

This commit is contained in:
Gregory Nutt
2016-03-25 14:23:27 -06:00
parent 9b9c374a83
commit 3e4ae24387
5 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -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