summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb.h b/src/tusb.h
index 4f8918ce5..e31513f87 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -59,11 +59,11 @@
#include "class/hid/hid_host.h"
#endif
- #if CFG_TUSB_HOST_MSC
+ #if CFG_TUH_MSC
#include "class/msc/msc_host.h"
#endif
- #if CFG_TUSB_HOST_CDC
+ #if CFG_TUH_CDC
#include "class/cdc/cdc_host.h"
#endif