Change from using the old Keil compiler definition to the new RVDS compiler definition.

This commit is contained in:
Richard Barry 2008-10-23 11:04:23 +00:00
parent 36815b949f
commit ce7301b3e3

View file

@ -118,8 +118,8 @@
#include "../../Source/portable/Rowley/MSP430F449/portmacro.h" #include "../../Source/portable/Rowley/MSP430F449/portmacro.h"
#endif #endif
#ifdef KEIL_ARM7 #ifdef ARM7_LPC21xx_KEIL_RVDS
#include "..\..\Source\portable\Keil\ARM7\portmacro.h" #include "..\..\Source\portable\RVDS\ARM7_LPC21xx\portmacro.h"
#endif #endif
#ifdef SAM7_GCC #ifdef SAM7_GCC