aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-20 18:19:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-20 18:19:04 +0000
commit9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94 (patch)
treec82e97de87985ec2e8e453d027c5cf1e16f3e8c5
parentdf787828e82f931af528bbec5b5e0ea7b525413c (diff)
downloadChibiOS-9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94.tar.gz
ChibiOS-9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94.tar.bz2
ChibiOS-9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@436 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--src/include/threads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/threads.h b/src/include/threads.h
index d630ca16c..a98faf792 100644
--- a/src/include/threads.h
+++ b/src/include/threads.h
@@ -136,8 +136,6 @@ struct Thread {
/** Thread option: Termination requested flag.*/
#define P_TERMINATE 1
-/** Thread option: Create suspended thread.*/
-#define P_SUSPENDED 2
/** Pseudo priority used by the ready list header, do not use.*/
#define NOPRIO 0