]> git.sur5r.net Git - freertos/commitdiff
Change from using the old Keil compiler definition to the new RVDS compiler definition.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Oct 2008 11:04:23 +0000 (11:04 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Oct 2008 11:04:23 +0000 (11:04 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@512 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/include/portable.h

index e611fbcb6f61d422939deb4eea3144d17cf25e42..4ddaf7d1c90622a604b10ad2928a3d5e08efd8f4 100644 (file)
        #include "../../Source/portable/Rowley/MSP430F449/portmacro.h"\r
 #endif\r
 \r
-#ifdef KEIL_ARM7\r
-       #include "..\..\Source\portable\Keil\ARM7\portmacro.h"\r
+#ifdef ARM7_LPC21xx_KEIL_RVDS\r
+       #include "..\..\Source\portable\RVDS\ARM7_LPC21xx\portmacro.h"\r
 #endif\r
 \r
 #ifdef SAM7_GCC\r