Skip to content

Commit cf95b44

Browse files
committed
enable CDC FTDI
1 parent 45169d8 commit cf95b44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/host/cdc_msc_hid/src/tusb_config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
#define CFG_TUH_ENUMERATION_BUFSIZE 256
9797

9898
#define CFG_TUH_HUB 1 // number of supported hubs
99-
#define CFG_TUH_CDC 1
99+
#define CFG_TUH_CDC 1 // CDC ACM
100+
#define CFG_TUH_CDC_FTDI 1 // FTDI UART
100101
#define CFG_TUH_HID (3*CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces
101102
#define CFG_TUH_MSC 1
102103
#define CFG_TUH_VENDOR 0

0 commit comments

Comments
 (0)