From: RichardBarry Date: Thu, 22 Jan 2009 11:03:59 +0000 (+0000) Subject: Add in V850 include file. X-Git-Tag: V5.1.2~82 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a3c8b9835e84e42c29c81445c099ce368788e4a;p=freertos Add in V850 include file. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@614 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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