ソースを参照

fix incorrect total number of interface

hathach 4 年 前
コミット
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
 };