diff options
| author | hathach <[email protected]> | 2013-02-27 18:49:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-27 18:49:28 +0700 |
| commit | 0c397c6b8d96f9d82101afb3a3bc812981bac194 (patch) | |
| tree | 2c6a6872b6444f9203dd88481cb2785447d16074 /tinyusb/hal | |
| parent | d54a12c4499be4b16c842e5d3cb0bbf4a04b96bc (diff) | |
house keeping
- correct initialization call sequence
- move hcd_init to ehci.c
Diffstat (limited to 'tinyusb/hal')
| -rw-r--r-- | tinyusb/hal/hal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index c2b60a77a..453fab996 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -57,6 +57,7 @@ #define MCU_LPC13UXX 1 #define MCU_LPC11UXX 2 #define MCU_LPC43XX 3 +#define MCU_LPC18XX 4 #if MCU == 0 #error MCU is not defined or supported |
