This website works better with JavaScript
Home
Explore
Help
Sign In
RT-Thread-packages
/
tinyusb
mirror of
https://github-proxy.rt-thread.io/RT-Thread-packages/tinyusb.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix incorrect total number of interface
hathach
4 years ago
parent
c289438b75
commit
79b5ab822e
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
examples/host/hid_to_cdc/src/usb_descriptors.c
+ 0
- 1
examples/host/hid_to_cdc/src/usb_descriptors.c
View File
@@ -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
};
};