summaryrefslogtreecommitdiff
path: root/Source/include/portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/include/portable.h')
-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