From d92156e85a48c48f4cb758d1e3a389a030f82920 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 22 Jan 2009 11:03:59 +0000 Subject: [PATCH] Add in V850 include file. --- 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