diff options
| author | hathach <[email protected]> | 2021-05-14 12:23:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | dfa8b41b963aa5d5820d5ab3bfaab478fd869f6b (patch) | |
| tree | bfd594893977f67707cc4cbe1025ecd9f5f8f573 /examples/host/cdc_msc_hid/src | |
| parent | 9ddc3bfd6dc1450d30c16c0a1d07240ea74a13bf (diff) | |
adding hid parser
Diffstat (limited to 'examples/host/cdc_msc_hid/src')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index fd0432799..7c13cbd2f 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -84,6 +84,8 @@ //------------- HID -------------// +//#define CFG_TUH_HID_EP_BUFSIZE 64 + // Max number of reports per interface // E.g composite HID with keyboard + mouse + gamepad will have 3 reports #define CFG_TUH_HID_REPORT_MAX 4 |
