change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64

This commit is contained in:
hathach 2021-01-07 11:58:05 +07:00
parent e79a7b9152
commit 29f84b1602
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#endif
#ifndef CFG_TUD_HID_EP_BUFSIZE
#define CFG_TUD_HID_EP_BUFSIZE 16
#define CFG_TUD_HID_EP_BUFSIZE 64
#endif
//--------------------------------------------------------------------+