This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
RT-Thread-packages
/
tinyusb
同期ミラー
https://github-proxy.rt-thread.io/RT-Thread-packages/tinyusb.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
fix incorrect total number of interface
hathach
4 年 前
親
c289438b75
コミット
79b5ab822e
1 ファイル変更
、
0 行追加
、
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
};