diff options
| author | hathach <[email protected]> | 2012-12-07 01:27:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-07 01:31:09 +0700 |
| commit | 6049b6d0df750908dec0d858448345256b4e9f5e (patch) | |
| tree | e015e859e77c0731f4f7222a6f9dcf0c0584c0fb /tinyusb/hal | |
| parent | f31ade6151089a0d6d99b73c23a7a6e1a538c268 (diff) | |
make fundamental changes in project building
add some makefile.defs
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() { |
