diff options
| author | hathach <[email protected]> | 2021-06-12 14:20:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-12 14:20:09 +0700 |
| commit | a4ad064e638679a7c8759a2c30ed555bd93e524b (patch) | |
| tree | bac79f51473df038c52a707e9122b59c56adfd12 /examples | |
| parent | 910e11a8aba7328a3cb61ecf8ac5a10f8a525377 (diff) | |
increase example CFG_TUH_HID from 2 to 4
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 8253964c0..531bb2c30 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -76,7 +76,7 @@ #define CFG_TUH_HUB 1 #define CFG_TUH_CDC 1 -#define CFG_TUH_HID 2 +#define CFG_TUH_HID 4 #define CFG_TUH_MSC 1 #define CFG_TUH_VENDOR 0 |
