From ce7301b3e3ca4afbbca27163a88d6e8f7b3f6b75 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 23 Oct 2008 11:04:23 +0000 Subject: [PATCH] Change from using the old Keil compiler definition to the new RVDS compiler definition. --- Source/include/portable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/include/portable.h b/Source/include/portable.h index e611fbcb6f..4ddaf7d1c9 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -118,8 +118,8 @@ #include "../../Source/portable/Rowley/MSP430F449/portmacro.h" #endif -#ifdef KEIL_ARM7 - #include "..\..\Source\portable\Keil\ARM7\portmacro.h" +#ifdef ARM7_LPC21xx_KEIL_RVDS + #include "..\..\Source\portable\RVDS\ARM7_LPC21xx\portmacro.h" #endif #ifdef SAM7_GCC