From 15ee17c8740a378cffcae681421b9e28fcde3d4c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Sep 2008 08:56:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@426 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/threads.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/threads.h') diff --git a/src/include/threads.h b/src/include/threads.h index 8c3974820..3e70439ac 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -138,10 +138,6 @@ struct Thread { #define P_TERMINATE 1 /** Thread option: Create suspended thread.*/ #define P_SUSPENDED 2 -#ifdef CH_USE_MESSAGES_PRIORITY -/** Thread option: Serve messages by priority instead of FIFO order.*/ -#define P_MSGBYPRIO 4 -#endif /** Pseudo priority used by the ready list header, do not use.*/ #define NOPRIO 0 @@ -205,6 +201,7 @@ extern "C" { * Returns the exit event source for the specified thread. The source is * signaled when the thread terminates. * @param tp the pointer to the thread + * @deprecated * @note When registering on a thread termination make sure the thread * is still alive, if you do that after the thread termination * then you would miss the event. There are two ways to ensure -- cgit v1.2.3