From ea209490e181d0959817404962275f04dd75d77d Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Fri, 6 Feb 2009 13:25:05 +0000 Subject: [PATCH] Continue 78K0R development. --- Source/include/portable.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" {