From 1764b2db55a2d35f1e394c6f8edf1beebc5f326e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 29 May 2014 14:02:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6970 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/ARM/devices/LPC214x/armparams.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'os/common/ports/ARM/devices/LPC214x') diff --git a/os/common/ports/ARM/devices/LPC214x/armparams.h b/os/common/ports/ARM/devices/LPC214x/armparams.h index f1296c573..5d8fa8531 100644 --- a/os/common/ports/ARM/devices/LPC214x/armparams.h +++ b/os/common/ports/ARM/devices/LPC214x/armparams.h @@ -35,7 +35,7 @@ /** * @brief ARM core model. */ -#define ARM_MODEL ARM_MODEL_ARM7TDMI +#define ARM_CORE ARM_CORE_ARM7TDMI /** * @brief Thumb-capable. @@ -52,14 +52,10 @@ */ #define ARM_WFI_IMPL (PCON = 1) -/* The following code is not processed when the file is included from an - asm module.*/ -#if !defined(_FROM_ASM_) - -/* Including the device header.*/ -#include "lpc214x.h" - -#endif /* !defined(_FROM_ASM_) */ +/** + * @brief Address of the IRQ vector register in the interrupt controller. + */ +#define ARM_IRQ_VECTOR_REG 0xFFFFF030 #endif /* _ARMPARAMS_H_ */ -- cgit v1.2.3