diff options
| author | Ha Thach <[email protected]> | 2021-01-07 12:25:16 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-07 12:25:16 +0700 |
| commit | 9f0b401f802fa553bd7fc84e76299702d8568b4c (patch) | |
| tree | a2476b365976ac8031f91f4c6ec3f5bc2aff480b | |
| parent | 29f42903f36f0c5d2791905b743eac21ab8cce10 (diff) | |
| parent | 29f84b16022f9e1162dac959e65e6f7cbe2d5072 (diff) | |
Merge pull request #585 from hathach/increase-hid-default-epbuf
change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64
| -rw-r--r-- | src/class/hid/hid_device.h | 2 |
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 //--------------------------------------------------------------------+ |
