summaryrefslogtreecommitdiff
path: root/Source/include/portable.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-09-22 15:48:40 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-09-22 15:48:40 +0000
commit78afd883778404c6b8449e6d14df36bc1765e897 (patch)
tree447928c301390ec336202ac13fd2563fcf99bca4 /Source/include/portable.h
parent87a932bdf3c44c6265676331efbc97891685dde3 (diff)
downloadfreertos-78afd883778404c6b8449e6d14df36bc1765e897.tar.gz
freertos-78afd883778404c6b8449e6d14df36bc1765e897.tar.bz2
freertos-78afd883778404c6b8449e6d14df36bc1765e897.tar.xz
Prepare for V5.0.4 release.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@481 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/include/portable.h')
-rw-r--r--Source/include/portable.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index ced41921..d575c150 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V5.0.4 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -198,16 +198,6 @@
#include "../../Source/portable/GCC/MCF5235/portmacro.h"
#endif
-#ifdef COLDFIRE_V2_CODEWARRIOR
- /* 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
#include "../../../source/portable/GCC/ColdFire_V2/portmacro.h"
#endif