diff options
| author | hathach <[email protected]> | 2020-07-16 15:34:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-07-16 15:34:16 +0700 |
| commit | 5ca748a68e01deec929e846b7263cf736bf891fb (patch) | |
| tree | bc47216ad0c8bccb370e09f4021758933d17c0a1 /test | |
| parent | fea6fb73a1ef65afd848ec71d49d65cc87a9eec9 (diff) | |
rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
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 } |
