summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-05-06 17:22:52 +0700
committerhathach <[email protected]>2022-05-06 17:22:52 +0700
commit79b5ab822ec1a17d6bfe88f6135613ba50acedbd (patch)
treeff9f7d6d64e1f1bc7630153e6f9c636ff8d7d794 /examples
parentc289438b75af9b256a954c6a9293a21825c53e04 (diff)
fix incorrect total number of interface
Diffstat (limited to 'examples')
-rw-r--r--examples/host/hid_to_cdc/src/usb_descriptors.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/host/hid_to_cdc/src/usb_descriptors.c b/examples/host/hid_to_cdc/src/usb_descriptors.c
index 7dd73937c..e55899f65 100644
--- a/examples/host/hid_to_cdc/src/usb_descriptors.c
+++ b/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
};