diff options
| author | Ha Thach <[email protected]> | 2020-07-19 13:24:57 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-19 13:24:57 +0700 |
| commit | 798fad397a15e28eb536bd2334e24a5b862d329a (patch) | |
| tree | 03ede455e8057a8c9a81bbda3a07eea3eaca7ff4 /test | |
| parent | 2274740e48a73e1888657ed6d505db19a6c252e1 (diff) | |
| parent | 8e1290e51e9d036959930dd6ea89a6ef8b517ac0 (diff) | |
Merge pull request #464 from hathach/improve-highspeed
Better support highspeed mode
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/support/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h index 76f975323..80ea0a1ea 100644 --- a/test/test/support/tusb_config.h +++ b/test/test/support/tusb_config.h @@ -94,7 +94,7 @@ //------------- HID -------------// // Should be sufficient to hold ID (if any) + Data -#define CFG_TUD_HID_BUFSIZE 16 +#define CFG_TUD_HID_EP_BUFSIZE 16 #ifdef __cplusplus } |
