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