mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-27 12:33:04 +08:00
Change from using the old Keil compiler definition to the new RVDS compiler definition.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user