summaryrefslogtreecommitdiff
path: root/tests/support
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-06 22:24:31 +0700
committerhathach <[email protected]>2018-12-06 22:24:31 +0700
commit7d3ff7aff6aed13377a4cd12f1d8f2ad91720f80 (patch)
treed560ab62d9c685affeaf4c286e2b495d6c6073da /tests/support
parent5b09774ae05d15cb18ff9920864535b8444a1c3c (diff)
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
Diffstat (limited to 'tests/support')
-rw-r--r--tests/support/tusb_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h
index 3e5721019..3aacdabdc 100644
--- a/tests/support/tusb_config.h
+++ b/tests/support/tusb_config.h
@@ -58,10 +58,10 @@
#define CFG_TUH_HUB 0
#define CFG_TUSB_HOST_HID_KEYBOARD 1
#define CFG_TUSB_HOST_HID_MOUSE 1
-#define CFG_TUSB_HOST_MSC 1
+#define CFG_TUH_MSC 1
#define CFG_TUSB_HOST_HID_GENERIC 0
-#define CFG_TUSB_HOST_CDC 1
-#define CFG_TUSB_HOST_CDC_RNDIS 0
+#define CFG_TUH_CDC 1
+#define CFG_TUH_CDC_RNDIS 0
// Test support
#define TEST_CONTROLLER_HOST_START_INDEX \