diff options
| author | Ha Thach <[email protected]> | 2022-06-16 16:33:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-16 16:33:48 +0700 |
| commit | d7b579a9785a7be62174a912ddb4e34aea8a1156 (patch) | |
| tree | 906acc3544315ac8a366c738d64fb605bc8435cb /examples | |
| parent | eb7d359efcb02d902afe79fdac3c6c1980edd514 (diff) | |
| parent | 2036a0b62a709168d80d2b314e580ee1d1eda0bf (diff) | |
Merge pull request #1480 from Ryzee119/multihub_rebase
Host: Add support for multi-level usb hubs
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 76d96b556..33f34315b 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -89,7 +89,7 @@ // Size of buffer to hold descriptors and other data used for enumeration #define CFG_TUH_ENUMERATION_BUFSIZE 256 -#define CFG_TUH_HUB 1 +#define CFG_TUH_HUB 1 // number of supported hubs #define CFG_TUH_CDC 1 #define CFG_TUH_HID 4 // typical keyboard + mouse device can have 3-4 HID interfaces #define CFG_TUH_MSC 1 |
