summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-01-09 12:10:08 +0100
committerReinhard Panhuber <[email protected]>2021-01-09 12:10:08 +0100
commit485d8fa77e6a7691db77d92a18a70a834c540734 (patch)
tree562644b90b6581d74719e60f0b7007654b487a87 /src/class
parent09d8ead4b86049260dd6ee7e61d137b6bdccaa28 (diff)
parentcfcffe94ce62f5ef1fb5aef4641924d64dc4b1c0 (diff)
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
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
//--------------------------------------------------------------------+