summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-11-22 15:16:41 +0700
committerGitHub <[email protected]>2019-11-22 15:16:41 +0700
commitca741dfc2a88fdfebe0703e0d484dc5a684e3e99 (patch)
tree11f8e391c7b3d2e55d9b84c165133e61060f5d6a /examples/host/cdc_msc_hid/src
parentf0682f62794290f4a17ac365b5c09b59dbc895ef (diff)
parenta02e723d098c3e2735e84a229968947e485e1b68 (diff)
Merge pull request #220 from hathach/develop
Port NXP iMX RT10XX
Diffstat (limited to 'examples/host/cdc_msc_hid/src')
-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 7a18c692b..ef05da66e 100644
--- a/examples/host/cdc_msc_hid/src/tusb_config.h
+++ b/examples/host/cdc_msc_hid/src/tusb_config.h
@@ -40,7 +40,7 @@
#error CFG_TUSB_MCU must be defined
#endif
-#if CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX
+#if CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX || CFG_TUSB_MCU == OPT_MCU_RT10XX
#define CFG_TUSB_RHPORT0_MODE (OPT_MODE_HOST | OPT_MODE_HIGH_SPEED)
#else
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_HOST