From faa38269b6af9760180d1095e70a3a805258d68f Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 12 Feb 2008 21:51:50 +0000 Subject: [PATCH] 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 --- Source/include/portable.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5