Skip to content

Commit 438387b

Browse files
committed
more refactor
1 parent 86f6fd1 commit 438387b

File tree

2 files changed

+430
-395
lines changed

2 files changed

+430
-395
lines changed

examples/host/cdc_msc_hid/src/tusb_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797

9898
#define CFG_TUH_HUB 1 // number of supported hubs
9999
#define CFG_TUH_CDC 1 // CDC ACM
100-
#define CFG_TUH_CDC_FTDI 1 // FTDI Serial
101-
#define CFG_TUH_CDC_CP210X 1 // CP210x Serial
100+
#define CFG_TUH_CDC_FTDI 1 // FTDI Serial. FTDI is not part of CDC class, only to re-use CDC driver API
101+
#define CFG_TUH_CDC_CP210X 1 // CP210x Serial. CP210X is not part of CDC class, only to re-use CDC driver API
102102
#define CFG_TUH_HID (3*CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
103103
#define CFG_TUH_MSC 1
104104
#define CFG_TUH_VENDOR 0

0 commit comments

Comments
 (0)