diff options
| author | hathach <[email protected]> | 2012-11-27 15:42:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-27 15:42:53 +0700 |
| commit | a21ca6c0f10b8ed057e10ad7c31ded8eea763d5c (patch) | |
| tree | cde6cb24eff2782098f5cbbec67634b1b662d24e /tinyusb/common | |
| parent | 829c8672bb238e37ba4c2ec9b7a3a3010453e6c0 (diff) | |
house keeping
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/arch/arch_lpc134x.h | 3 | ||||
| -rw-r--r-- | tinyusb/common/arch/arch_lpc43xx.h | 4 |
2 files changed, 4 insertions, 3 deletions
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" |
