summaryrefslogtreecommitdiff
path: root/Source/include/portable.h
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2007-07-28 16:33:07 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2007-07-28 16:33:07 +0000
commitaec78d7510805bf3136181ab3dcd465af751be08 (patch)
tree764d7897f3e599da114081b594c62a9d784bf9d2 /Source/include/portable.h
parent70e0f1a1a79910ef20aad19ce7a7e824cc9a15e3 (diff)
downloadfreertos-aec78d7510805bf3136181ab3dcd465af751be08.tar.gz
freertos-aec78d7510805bf3136181ab3dcd465af751be08.tar.bz2
freertos-aec78d7510805bf3136181ab3dcd465af751be08.tar.xz
Modifications to correct behaviour when a task is blocked without specifying a wake time, and also introduce the xTaskGetSchedulerState() function.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@97 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/include/portable.h')
-rw-r--r--Source/include/portable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 06f290a7..04c8ec1e 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -84,6 +84,10 @@
#include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h"
#endif
+#ifdef GCC_ARM7_ECLIPSE
+ #include "portmacro.h"
+#endif
+
#ifdef ROWLEY_LPC23xx
#include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h"
#endif