mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Change from using the old Keil compiler definition to the new RVDS compiler definition.
This commit is contained in:
parent
36815b949f
commit
ce7301b3e3
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue