From 42406e1493d539d40dd1272cf68f8825c457ec6c Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Thu, 29 Jan 2009 21:27:10 +0000 Subject: Continued V850 development. git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@651 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/include/portable.h | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Source/include') diff --git a/Source/include/portable.h b/Source/include/portable.h index 42270af6..70fc61e9 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 -- cgit v1.2.3