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

pull/1/head
Richard Barry 17 years ago
parent 36815b949f
commit ce7301b3e3

@ -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

Loading…
Cancel
Save