mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Merge pull request #585 from hathach/increase-hid-default-epbuf
change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64
This commit is contained in:
commit
9f0b401f80
@ -46,7 +46,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CFG_TUD_HID_EP_BUFSIZE
|
#ifndef CFG_TUD_HID_EP_BUFSIZE
|
||||||
#define CFG_TUD_HID_EP_BUFSIZE 16
|
#define CFG_TUD_HID_EP_BUFSIZE 64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user