diff options
Diffstat (limited to 'tinyusb/hal')
| -rw-r--r-- | tinyusb/hal/hal_lpc13uxx.c (renamed from tinyusb/hal/hal_lpc134x.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/hal/hal_lpc134x.c b/tinyusb/hal/hal_lpc13uxx.c index 88ecd93e1..8affb434a 100644 --- a/tinyusb/hal/hal_lpc134x.c +++ b/tinyusb/hal/hal_lpc13uxx.c @@ -1,5 +1,5 @@ /* - * hal_lpc134x.c + * hal_lpc13uxx.c * * Created on: Dec 2, 2012 * Author: hathach @@ -37,7 +37,7 @@ #include "common/common.h" -#if MCU == MCU_LPC134X +#if MCU == MCU_LPC13UXX TUSB_Error_t hal_init() { |
