From 34333e3d27a1684fac0d4bdf201e8bc96cfeb71c Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 29 Jan 2009 16:21:56 +0000 Subject: [PATCH] Continued V850 development. --- Source/include/portable.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Source/include/portable.h b/Source/include/portable.h index 4d5efd69c..42270af62 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -263,11 +263,16 @@ #ifdef __IAR_V850ES_Fx3__ #include "../../Source/portable/IAR/V850ES_Fx3/portmacro.h" -#endif - +#endif + +#ifdef __IAR_V850ES_Jx3__ + #include "../../Source/portable/IAR/V850ES_Jx3/portmacro.h" +#endif + #ifdef __cplusplus extern "C" { #endif + /* * Setup the stack of a new task so it is ready to be placed under the * scheduler control. The registers have to be placed on the stack in