From f00a4b448d85c4cf36edb8dc7245d7c3fa1c07ec Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 11 Nov 2013 12:48:21 +0700 Subject: adding support for lpc13uxx --- tinyusb/hal/hal.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tinyusb/hal/hal.h') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index a53f3e0db..a48852be3 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -86,9 +86,7 @@ static inline void hal_interrupt_disable(uint8_t coreid) ATTR_ALWAYS_INLINE; //--------------------------------------------------------------------+ // INCLUDE DRIVEN //--------------------------------------------------------------------+ -#if MCU == 0 - #error MCU is not defined or supported yet -#elif MCU == MCU_LPC11UXX +#if MCU == MCU_LPC11UXX #include "hal_lpc11uxx.h" #elif MCU == MCU_LPC13UXX #include "hal_lpc13uxx.h" -- cgit v1.3.1