Skip to content

Commit 87db445

Browse files
authored
Merge pull request #164 from alrvid/main
Fix memory corruption bug
2 parents 3480f40 + 219d6a2 commit 87db445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/PORTENTA_C33/tusb_config.h

+1-1
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_DEVICE_MAX (3*CFG_TUH_HUB + 1)
106+
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB)
107107
#define CFG_TUH_ENDPOINT_MAX 8
108108
#define CFG_TUH_API_EDPT_XFER 1
109109

0 commit comments

Comments
 (0)