summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-31 14:48:50 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-31 14:48:50 +0000
commit1f607ed090abdc5e370afd60b9b48d4dad15868a (patch)
tree2074c1e3ba42cec297372ff4e27124906b5aab60 /Source
parentc3c741edb6345405a1d5145e7612909fba578f8c (diff)
downloadfreertos-1f607ed090abdc5e370afd60b9b48d4dad15868a.tar.gz
freertos-1f607ed090abdc5e370afd60b9b48d4dad15868a.tar.bz2
freertos-1f607ed090abdc5e370afd60b9b48d4dad15868a.tar.xz
Add 78KR definition.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@662 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 70fc61e9..da2ff571 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -281,6 +281,11 @@
#include "../../Source/portable/IAR/V850ES/portmacro.h"
#endif
+#ifdef __IAR_78KOR_Kx3__
+ #include "../../Source/portable/IAR/78K0R/portmacro.h"
+#endif
+
+
#ifdef __cplusplus
extern "C" {
#endif