Browse Source

fix incorrect total number of interface

hathach 4 years ago
parent
commit
79b5ab822e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/host/hid_to_cdc/src/usb_descriptors.c

+ 0 - 1
examples/host/hid_to_cdc/src/usb_descriptors.c

@@ -81,7 +81,6 @@ enum
 {
 {
   ITF_NUM_CDC = 0,
   ITF_NUM_CDC = 0,
   ITF_NUM_CDC_DATA,
   ITF_NUM_CDC_DATA,
-  ITF_NUM_MSC,
   ITF_NUM_TOTAL
   ITF_NUM_TOTAL
 };
 };