From 3a3c8b9835e84e42c29c81445c099ce368788e4a Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Thu, 22 Jan 2009 11:03:59 +0000 Subject: [PATCH] Add in V850 include file. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@614 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 734343361..1271fb74d 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -260,6 +260,11 @@ #include "portmacro.h" #endif + +#ifdef __IAR_V850ES_Fx3__ + #include "../../Source/portable/IAR/V850ES_Fx3/portmacro.h" +#endif + #ifdef __cplusplus extern "C" { #endif -- 2.39.2