From 1f607ed090abdc5e370afd60b9b48d4dad15868a Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Sat, 31 Jan 2009 14:48:50 +0000 Subject: Add 78KR definition. git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@662 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/include/portable.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/include/portable.h b/Source/include/portable.h index 70fc61e9..da2ff571 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -281,6 +281,11 @@ #include "../../Source/portable/IAR/V850ES/portmacro.h" #endif +#ifdef __IAR_78KOR_Kx3__ + #include "../../Source/portable/IAR/78K0R/portmacro.h" +#endif + + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3