diff options
| author | Ha Thach <[email protected]> | 2021-06-21 12:23:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-21 12:23:52 +0700 |
| commit | 5a4fc1151a7e62a291a90836165942737a1a2d6f (patch) | |
| tree | 82dbd651d3d4920998e1be422cb0a805c03fbcfb /examples | |
| parent | e45b6dbc1c561705a4645baf8a3aab0c2b425621 (diff) | |
| parent | 264dc35b95a2313201845f3612d3e807afad62c3 (diff) | |
Merge pull request #907 from salkinium/fix/tuh_config_typo
Fix typo in TUH configuration define
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..cc77b6554 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -72,7 +72,7 @@ //-------------------------------------------------------------------- // Size of buffer to hold descriptors and other data used for enumeration -#define CFG_TUH_ENUMERATION_BUFSZIE 256 +#define CFG_TUH_ENUMERATION_BUFSIZE 256 #define CFG_TUH_HUB 1 #define CFG_TUH_CDC 1 |
