diff options
| author | hathach <[email protected]> | 2013-11-25 12:48:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-25 12:48:27 +0700 |
| commit | a5ba28355782eedb967c4ec41a5b83323118251d (patch) | |
| tree | 4f4fa0bfa3ba3fb8d781690fb3649ae834541ee0 /tinyusb/host | |
| parent | 41ffcaf4a508a421a49d8650777d8b0325b28921 (diff) | |
change MCU to TUSB_CFG_MCU
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/ehci/ehci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/ehci/ehci.c b/tinyusb/host/ehci/ehci.c index 322f17879..21114712e 100644 --- a/tinyusb/host/ehci/ehci.c +++ b/tinyusb/host/ehci/ehci.c @@ -38,7 +38,7 @@ #include "common/common.h"
-#if MODE_HOST_SUPPORTED && (MCU == MCU_LPC43XX || MCU == MCU_LPC18XX)
+#if MODE_HOST_SUPPORTED && (TUSB_CFG_MCU == MCU_LPC43XX || TUSB_CFG_MCU == MCU_LPC18XX)
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
|
