From: RichardBarry Date: Thu, 29 Jan 2009 16:21:56 +0000 (+0000) Subject: Continued V850 development. X-Git-Tag: V5.1.2~58 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb4d04a173ac396a327865bd1f8a1111daee6cc6;p=freertos Continued V850 development. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@638 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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