From: richardbarry Date: Fri, 28 Nov 2008 16:08:21 +0000 (+0000) Subject: Add SAM9XE definition. X-Git-Tag: V5.1.2~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=122ccfb428a258b9dede6456506e456da353484f;p=freertos Add SAM9XE definition. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@590 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index 04f294123..aed61c2d1 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -134,6 +134,10 @@ #include "..\..\Source\portable\IAR\AtmelSAM7S64\portmacro.h" #endif +#ifdef SAM9XE_IAR + #include "..\..\Source\portable\IAR\AtmelSAM9XE\portmacro.h" +#endif + #ifdef LPC2000_IAR #include "..\..\Source\portable\IAR\LPC2000\portmacro.h" #endif