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:
Ha Thach 2021-01-07 12:25:16 +07:00 committed by GitHub
commit 9f0b401f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
//--------------------------------------------------------------------+