From: RichardBarry Date: Thu, 29 Jan 2009 21:27:10 +0000 (+0000) Subject: Continued V850 development. X-Git-Tag: V5.1.2~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cfa54c261f6a2cce05ff5fad3124526550ab0034;p=freertos Continued V850 development. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@651 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index 42270af62..70fc61e98 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -262,11 +262,23 @@ #ifdef __IAR_V850ES_Fx3__ - #include "../../Source/portable/IAR/V850ES_Fx3/portmacro.h" + #include "../../Source/portable/IAR/V850ES/portmacro.h" #endif #ifdef __IAR_V850ES_Jx3__ - #include "../../Source/portable/IAR/V850ES_Jx3/portmacro.h" + #include "../../Source/portable/IAR/V850ES/portmacro.h" +#endif + +#ifdef __IAR_V850ES_Jx3_L__ + #include "../../Source/portable/IAR/V850ES/portmacro.h" +#endif + +#ifdef __IAR_V850ES_Jx2__ + #include "../../Source/portable/IAR/V850ES/portmacro.h" +#endif + +#ifdef __IAR_V850ES_Hx2__ + #include "../../Source/portable/IAR/V850ES/portmacro.h" #endif #ifdef __cplusplus