From: richardbarry Date: Mon, 1 Sep 2008 08:08:44 +0000 (+0000) Subject: Added CodeWarrior definitions. X-Git-Tag: V5.1.2~231 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2e99eab8c39b966eed63c3c8f78e98bcfeff014c;p=freertos Added CodeWarrior definitions. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@465 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index e7696be77..ced41921a 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -199,7 +199,13 @@ #endif #ifdef COLDFIRE_V2_CODEWARRIOR - #include "../../source/portable/CodeWarrior/ColdFire_MCF52259/portmacro.h" + /* The portmacro.h file must be included as part of the CodeWarrior project. */ + #include "portmacro.h" +#endif + +#ifdef COLDFIRE_V1_CODEWARRIOR + /* The portmacro.h file must be included as part of the CodeWarrior project. */ + #include "portmacro.h" #endif #ifdef COLDFIRE_V2_GCC