]> git.sur5r.net Git - freertos/commitdiff
Added CodeWarrior definitions.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Sep 2008 08:08:44 +0000 (08:08 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Sep 2008 08:08:44 +0000 (08:08 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@465 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/include/portable.h

index e7696be774a35d0a70c1110ae06fe55c30012533..ced41921a1b9cc2e60ef2f8a1fe7e80c4afadb2e 100644 (file)
 #endif\r
 \r
 #ifdef COLDFIRE_V2_CODEWARRIOR\r
-       #include "../../source/portable/CodeWarrior/ColdFire_MCF52259/portmacro.h"\r
+       /* The portmacro.h file must be included as part of the CodeWarrior project. */\r
+       #include "portmacro.h"\r
+#endif\r
+\r
+#ifdef COLDFIRE_V1_CODEWARRIOR\r
+       /* The portmacro.h file must be included as part of the CodeWarrior project. */\r
+       #include "portmacro.h"\r
 #endif\r
 \r
 #ifdef COLDFIRE_V2_GCC\r