From 9b2c9869dd0f5b544d6f1c43c2abea30e5a27b94 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 20 Sep 2008 18:19:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@436 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/threads.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3