mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-15 00:52:33 +08:00
Add SAM9XE definition.
This commit is contained in:
@ -134,6 +134,10 @@
|
|||||||
#include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h"
|
#include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef SAM9XE_IAR
|
||||||
|
#include "..\..\Source\portable\IAR\AtmelSAM9XE\portmacro.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef LPC2000_IAR
|
#ifdef LPC2000_IAR
|
||||||
#include "..\..\Source\portable\IAR\LPC2000\portmacro.h"
|
#include "..\..\Source\portable\IAR\LPC2000\portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user