Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion variants/PORTENTA_C33/tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

#define CFG_TUH_MSC 1
#define CFG_TUH_HUB 1
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB + 1)
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB)
#define CFG_TUH_ENDPOINT_MAX 8
#define CFG_TUH_API_EDPT_XFER 1

Expand Down