Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit deb3d57

Browse files
committedMar 13, 2025·
enabled USB HID Host support for Portenta C33
1 parent 158e81c commit deb3d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎variants/PORTENTA_C33/tusb_config.h

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
#define CFG_TUH_MSC 1
105105
#define CFG_TUH_HUB 1
106+
#define CFG_TUH_HID 1
106107
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB)
107108
#define CFG_TUH_ENDPOINT_MAX 8
108109
#define CFG_TUH_API_EDPT_XFER 1

0 commit comments

Comments
 (0)
Please sign in to comment.