From 68a2eb51a11fcef7ad618e417b06e484796b5236 Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Sun, 18 Jan 2009 13:04:35 +0000 Subject: [PATCH] Added the 16FX definition. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@610 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/include/portable.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/include/portable.h b/Source/include/portable.h index aed61c2d1..734343361 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -218,6 +218,9 @@ #include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h" #endif +#ifdef _16FX_SOFTUNE + #include "..\..\Source\portable\Softune\MB96340\portmacro.h" +#endif #ifdef BCC_INDUSTRIAL_PC_PORT /* A short file name has to be used in place of the normal -- 2.39.2