summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-22 11:03:59 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-22 11:03:59 +0000
commit533c9baa080233877ce90933d19cba77d7e24be0 (patch)
tree190fc101cdc1fbdea79c941297ea81e63ef8cdc9 /Source
parent930b92bbd4a5fdda05fadcd52bd106690e5b01f5 (diff)
downloadfreertos-533c9baa080233877ce90933d19cba77d7e24be0.tar.gz
freertos-533c9baa080233877ce90933d19cba77d7e24be0.tar.bz2
freertos-533c9baa080233877ce90933d19cba77d7e24be0.tar.xz
Add in V850 include file.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@614 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source')
-rw-r--r--Source/include/portable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 73434336..1271fb74 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -260,6 +260,11 @@
#include "portmacro.h"
#endif
+
+#ifdef __IAR_V850ES_Fx3__
+ #include "../../Source/portable/IAR/V850ES_Fx3/portmacro.h"
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif