From 68ff7365c5083d693dd4aed9d29385b2fb3a71e2 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 1 Mar 2013 19:32:53 +0700 Subject: rename ehci usb_int usb_sts usb/error field move MCU define to tusb_option.h --- tinyusb/hal/hal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tinyusb/hal') 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 -- cgit v1.3.1