summaryrefslogtreecommitdiff
path: root/tinyusb/host/ehci
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-04 17:07:14 +0700
committerhathach <[email protected]>2013-03-04 17:07:14 +0700
commite1033b9b3c10a75fece0c2c398f5ed3f4b08d174 (patch)
tree46187ad8c70499817072700c268a5632ad5bf46c /tinyusb/host/ehci
parent94c004724ccbe2b74af74fc1753184f6b3ccb9cf (diff)
replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED
move stuffs around
Diffstat (limited to 'tinyusb/host/ehci')
-rw-r--r--tinyusb/host/ehci/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/ehci/ehci.c b/tinyusb/host/ehci/ehci.c
index 4c55065cc..c3fda3f3d 100644
--- a/tinyusb/host/ehci/ehci.c
+++ b/tinyusb/host/ehci/ehci.c
@@ -37,7 +37,7 @@
#include "common/common.h"
-#if defined TUSB_CFG_HOST && (MCU == MCU_LPC43XX || MCU == MCU_LPC18XX)
+#if MODE_HOST_SUPPORTED && (MCU == MCU_LPC43XX || MCU == MCU_LPC18XX)
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+