From a21ca6c0f10b8ed057e10ad7c31ded8eea763d5c Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 27 Nov 2012 15:42:53 +0700 Subject: house keeping --- tinyusb/common/arch/arch_lpc134x.h | 3 ++- tinyusb/common/arch/arch_lpc43xx.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'tinyusb/common') diff --git a/tinyusb/common/arch/arch_lpc134x.h b/tinyusb/common/arch/arch_lpc134x.h index 050fb3148..988c562e3 100644 --- a/tinyusb/common/arch/arch_lpc134x.h +++ b/tinyusb/common/arch/arch_lpc134x.h @@ -43,8 +43,9 @@ #endif #include "arm_mx.h" +#include "LPC13Uxx.h" -#define ARM ARM_M3 +#define ARM_M3 #define DEVICE_ROMDRIVER diff --git a/tinyusb/common/arch/arch_lpc43xx.h b/tinyusb/common/arch/arch_lpc43xx.h index aa137036d..f04dc4f74 100644 --- a/tinyusb/common/arch/arch_lpc43xx.h +++ b/tinyusb/common/arch/arch_lpc43xx.h @@ -42,8 +42,8 @@ extern "C" { #endif -#define ARM ARM_M4 -//#define ARM ARM_M0 +#define ARM_M4 +//#define ARM_M0 #include "arm_mx.h" -- cgit v1.3.1