change ep0 buffer to 512

This commit is contained in:
sakumisu
2024-04-18 22:06:20 +08:00
parent 8995cf9568
commit 81ddf9bded

View File

@@ -33,9 +33,9 @@
/* ================= USB Device Stack Configuration ================ */
/* Ep0 max transfer buffer, specially for receiving data from ep0 out */
/* Ep0 in and out transfer buffer */
#ifndef CONFIG_USBDEV_REQUEST_BUFFER_LEN
#define CONFIG_USBDEV_REQUEST_BUFFER_LEN 256
#define CONFIG_USBDEV_REQUEST_BUFFER_LEN 512
#endif
/* Setup packet log for debug */