diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-20 18:19:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-20 18:19:04 +0000 |
commit | 9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94 (patch) | |
tree | c82e97de87985ec2e8e453d027c5cf1e16f3e8c5 | |
parent | df787828e82f931af528bbec5b5e0ea7b525413c (diff) | |
download | ChibiOS-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.h | 2 |
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 |