Skip to content

Commit

Permalink
Increase USB enumeration buffer size to support 360 wireless dongle
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Jan 19, 2024
1 parent 8fed642 commit 6ebaaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/joy_hid/tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
//--------------------------------------------------------------------

// Size of buffer to hold descriptors and other data used for enumeration
#define CFG_TUH_ENUMERATION_BUFSIZE 256
#define CFG_TUH_ENUMERATION_BUFSIZE 1024

#define CFG_TUH_HUB 1 // number of supported hubs
#define CFG_TUH_CDC 0
Expand Down

0 comments on commit 6ebaaf0

Please sign in to comment.