summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-07 11:58:05 +0700
committerhathach <[email protected]>2021-01-07 11:58:05 +0700
commit29f84b16022f9e1162dac959e65e6f7cbe2d5072 (patch)
tree93db2d4f4889599dbdd2b585f044c1d34f3473a8 /src/class
parente79a7b91526dfb19bfa764f505c87740488849dc (diff)
change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64
Diffstat (limited to 'src/class')
-rw-r--r--src/class/hid/hid_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.h b/src/class/hid/hid_device.h
index 2d4c59d8f..456b011ba 100644
--- a/src/class/hid/hid_device.h
+++ b/src/class/hid/hid_device.h
@@ -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
//--------------------------------------------------------------------+