summaryrefslogtreecommitdiff
path: root/tinyusb/host/ohci
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-04-12 13:04:48 +0700
committerhathach <[email protected]>2018-04-12 13:04:48 +0700
commite1272159d8b32e2f5478b35fa0e727cfc5c417e3 (patch)
treeee7e617d7d0e354a25918eaee681c951a2d5c165 /tinyusb/host/ohci
parent18f97fef7e35937c017f2b2ad2300a920256f66b (diff)
rename MCU_ to OPT_MCU
Diffstat (limited to 'tinyusb/host/ohci')
-rw-r--r--tinyusb/host/ohci/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/ohci/ohci.c b/tinyusb/host/ohci/ohci.c
index 2d1b70666..e8fa264eb 100644
--- a/tinyusb/host/ohci/ohci.c
+++ b/tinyusb/host/ohci/ohci.c
@@ -38,7 +38,7 @@
#include <common/tusb_common.h>
-#if MODE_HOST_SUPPORTED && (CFG_TUSB_MCU == MCU_LPC175X_6X)
+#if MODE_HOST_SUPPORTED && (CFG_TUSB_MCU == OPT_MCU_LPC175X_6X)
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+