summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-29 16:21:56 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-29 16:21:56 +0000
commit9e7e49b22e106ab3b60afda0aff2b24f25850e14 (patch)
treede2d0418b85b98c424a163742122e0388a8be4ab /Source
parent170541f3fb21cfaeef1c9097a24d35e43d1cd623 (diff)
downloadfreertos-9e7e49b22e106ab3b60afda0aff2b24f25850e14.tar.gz
freertos-9e7e49b22e106ab3b60afda0aff2b24f25850e14.tar.bz2
freertos-9e7e49b22e106ab3b60afda0aff2b24f25850e14.tar.xz
Continued V850 development.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@638 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/include/portable.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 4d5efd69..42270af6 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