summaryrefslogtreecommitdiff
path: root/Source/include
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-09-01 08:08:44 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-09-01 08:08:44 +0000
commitf02be3e810c3a68aa98b9221a4fd53972568c392 (patch)
tree105d4a762ac71272b6b16686a8144c2f0edef9ba /Source/include
parent3e8b80f36973ba343047aeabf85b8a8612b1e9ac (diff)
downloadfreertos-f02be3e810c3a68aa98b9221a4fd53972568c392.tar.gz
freertos-f02be3e810c3a68aa98b9221a4fd53972568c392.tar.bz2
freertos-f02be3e810c3a68aa98b9221a4fd53972568c392.tar.xz
Added CodeWarrior definitions.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@465 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/include')
-rw-r--r--Source/include/portable.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index e7696be7..ced41921 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