summaryrefslogtreecommitdiff
path: root/Source/include
diff options
context:
space:
mode:
Diffstat (limited to 'Source/include')
-rw-r--r--Source/include/portable.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 42270af6..70fc61e9 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -262,11 +262,23 @@
#ifdef __IAR_V850ES_Fx3__
- #include "../../Source/portable/IAR/V850ES_Fx3/portmacro.h"
+ #include "../../Source/portable/IAR/V850ES/portmacro.h"
#endif
#ifdef __IAR_V850ES_Jx3__
- #include "../../Source/portable/IAR/V850ES_Jx3/portmacro.h"
+ #include "../../Source/portable/IAR/V850ES/portmacro.h"
+#endif
+
+#ifdef __IAR_V850ES_Jx3_L__
+ #include "../../Source/portable/IAR/V850ES/portmacro.h"
+#endif
+
+#ifdef __IAR_V850ES_Jx2__
+ #include "../../Source/portable/IAR/V850ES/portmacro.h"
+#endif
+
+#ifdef __IAR_V850ES_Hx2__
+ #include "../../Source/portable/IAR/V850ES/portmacro.h"
#endif
#ifdef __cplusplus