Skip to content

Commit 28856db

Browse files
committed
Increase CFG_TUH_ENUMERATION_BUFSIZE
1 parent ba69a59 commit 28856db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/usb/tusb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ extern "C" {
173173

174174
// Size of buffer to hold descriptors and other data used for enumeration
175175
#ifndef CFG_TUH_ENUMERATION_BUFSIZE
176-
#define CFG_TUH_ENUMERATION_BUFSIZE 256
176+
#define CFG_TUH_ENUMERATION_BUFSIZE 512
177177
#endif
178178

179179
#if CIRCUITPY_USB_KEYBOARD_WORKFLOW

0 commit comments

Comments
 (0)