summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/include/portable.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index da2ff571..92551868 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -281,10 +281,13 @@
#include "../../Source/portable/IAR/V850ES/portmacro.h"
#endif
-#ifdef __IAR_78KOR_Kx3__
+#ifdef __IAR_78K0R_Kx3__
#include "../../Source/portable/IAR/78K0R/portmacro.h"
#endif
+#ifdef __IAR_78K0R_Kx3L__
+ #include "../../Source/portable/IAR/78K0R/portmacro.h"
+#endif
#ifdef __cplusplus
extern "C" {