Skip to content

Commit a7f986a

Browse files
committed
Changed CFG_TUH_HID define to value 2, in order to allow the library control over two wimultaneously connected USB devices instead of just one; Critical for some USB HID Host library examples.
1 parent b8399ed commit a7f986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/PORTENTA_C33/tusb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
#define CFG_TUH_MSC 1
105105
#define CFG_TUH_HUB 1
106-
#define CFG_TUH_HID 1
106+
#define CFG_TUH_HID 2
107107
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB)
108108
#define CFG_TUH_ENDPOINT_MAX 8
109109
#define CFG_TUH_API_EDPT_XFER 1

0 commit comments

Comments
 (0)