diff options
| author | hathach <[email protected]> | 2021-05-14 01:02:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | 9ddc3bfd6dc1450d30c16c0a1d07240ea74a13bf (patch) | |
| tree | 89f9ca74b765b2fb0ee27f707a533d76cdd66f60 /examples | |
| parent | 641f55f1f18234dbcf3f2b5d46d2231a5e9abae3 (diff) | |
more host hid API
adding hid parser
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 01296cd26..fd0432799 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -86,11 +86,7 @@ // 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 - -// Max buffer -#define CFG_TUH_HID_REPORT_DESCRIPTOR_BUFSIZE 256 - +#define CFG_TUH_HID_REPORT_MAX 4 #ifdef __cplusplus } |
