Просмотр исходного кода

fix incorrect total number of interface

hathach 4 лет назад
Родитель
Сommit
79b5ab822e
1 измененных файлов с 0 добавлено и 1 удалено
  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_DATA,
-  ITF_NUM_MSC,
   ITF_NUM_TOTAL
 };