From: richardbarry Date: Tue, 12 Feb 2008 21:51:50 +0000 (+0000) Subject: Add Fujitsu FX definition to portable.h. X-Git-Tag: V4.7.2~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=faa38269b6af9760180d1095e70a3a805258d68f;p=freertos Add Fujitsu FX definition to portable.h. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@172 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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