mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 16:22:23 +08:00
Fix botched conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@83 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ typedef enum tstate_e
|
||||
|
||||
TSTATE_TASK_INACTIVE = 4, /* BLOCKED - Initialized but not yet activated */
|
||||
TSTATE_WAIT_SEM = 5, /* BLOCKED - Waiting for a semaphore */
|
||||
#ifndef CONFIG_DISABLE_MQUEUE
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
TSTATE_WAIT_SIG = 6, /* BLOCKED - Waiting for a signal */
|
||||
#endif
|
||||
#ifndef CONFIG_DISABLE_MQUEUE
|
||||
|
||||
Reference in New Issue
Block a user