From: RichardBarry Date: Fri, 6 Feb 2009 13:25:05 +0000 (+0000) Subject: Continue 78K0R development. X-Git-Tag: V5.1.2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c73625dd4bfbf13947c1a068f27870ab602bb21a;p=freertos Continue 78K0R development. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@683 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index da2ff571b..925518688 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -281,10 +281,13 @@ #include "../../Source/portable/IAR/V850ES/portmacro.h" #endif -#ifdef __IAR_78KOR_Kx3__ +#ifdef __IAR_78K0R_Kx3__ #include "../../Source/portable/IAR/78K0R/portmacro.h" #endif +#ifdef __IAR_78K0R_Kx3L__ + #include "../../Source/portable/IAR/78K0R/portmacro.h" +#endif #ifdef __cplusplus extern "C" {