From 1bcd7b6a37e2e879e2fdff6aaee63f679f5b1d67 Mon Sep 17 00:00:00 2001 From: richardbarry 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@512 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 e611fbcb6..4ddaf7d1c 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 -- 2.39.2