diff --git a/Source/include/portable.h b/Source/include/portable.h index 27cade307..04769184b 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -223,8 +223,10 @@ #ifdef __91467D #include "portmacro.h" - #include "mb91467d.h" - #include +#endif + +#ifdef __96340 + #include "portmacro.h" #endif #ifdef __cplusplus