From dab64ea9509bc5a195a224660bf4564775301438 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 4 Oct 2009 18:22:50 +0000 Subject: RIDE uses pre-built NuttX start file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2121 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/include/arch.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/arch/arm/include/arch.h') diff --git a/nuttx/arch/arm/include/arch.h b/nuttx/arch/arm/include/arch.h index 88c0706db..426f4b959 100644 --- a/nuttx/arch/arm/include/arch.h +++ b/nuttx/arch/arm/include/arch.h @@ -44,10 +44,14 @@ * Included Files ****************************************************************************/ +#include + /**************************************************************************** * Definitions ****************************************************************************/ +#ifdef CONFIG_PIC + /* This identifies the register the is used by the processor as the PIC base * register. It is usually r9 or r10 */ @@ -82,6 +86,7 @@ do { \ ); \ } while (0) +#endif /**************************************************************************** * Inline functions -- cgit v1.2.3