diff options
| author | hathach <[email protected]> | 2013-03-01 19:32:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-01 19:32:53 +0700 |
| commit | 68ff7365c5083d693dd4aed9d29385b2fb3a71e2 (patch) | |
| tree | df1a335d671d75f7ea75acaa67eb79cd5e665daf /tinyusb/hal | |
| parent | 795fe7468d35b62987cee07d35c7cf452447ea70 (diff) | |
rename ehci usb_int usb_sts usb/error field
move MCU define to tusb_option.h
Diffstat (limited to 'tinyusb/hal')
| -rw-r--r-- | tinyusb/hal/hal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index 453fab996..9afad4726 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -54,11 +54,6 @@ #include "tusb_option.h" #include "common/compiler/compiler.h" -#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 #elif MCU == MCU_LPC11UXX |
