summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNiklas Hauser <[email protected]>2021-06-21 05:32:43 +0200
committerNiklas Hauser <[email protected]>2021-06-21 05:32:43 +0200
commit264dc35b95a2313201845f3612d3e807afad62c3 (patch)
tree82dbd651d3d4920998e1be422cb0a805c03fbcfb /examples
parente45b6dbc1c561705a4645baf8a3aab0c2b425621 (diff)
Fix typo in TUH configuration define
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/src/tusb_config.h2
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