summaryrefslogtreecommitdiff
path: root/examples/obsolete/host/src/main.c
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 /examples/obsolete/host/src/main.c
parent5b09774ae05d15cb18ff9920864535b8444a1c3c (diff)
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
Diffstat (limited to 'examples/obsolete/host/src/main.c')
-rw-r--r--examples/obsolete/host/src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/obsolete/host/src/main.c b/examples/obsolete/host/src/main.c
index 0f2905fc6..320e1c8f5 100644
--- a/examples/obsolete/host/src/main.c
+++ b/examples/obsolete/host/src/main.c
@@ -138,6 +138,6 @@ void print_greeting(void)
if (CFG_TUH_HUB ) puts(" - Hub (1 level only)");
if (CFG_TUSB_HOST_HID_MOUSE ) puts(" - HID Mouse");
if (CFG_TUSB_HOST_HID_KEYBOARD ) puts(" - HID Keyboard");
- if (CFG_TUSB_HOST_MSC ) puts(" - Mass Storage");
- if (CFG_TUSB_HOST_CDC ) puts(" - Communication Device Class");
+ if (CFG_TUH_MSC ) puts(" - Mass Storage");
+ if (CFG_TUH_CDC ) puts(" - Communication Device Class");
}