summaryrefslogtreecommitdiff
path: root/nuttx/include/sched.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 22:43:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 22:43:36 +0000
commit7f6888b1ae0e1f4e87ba2176b36a88d0d0370d74 (patch)
treea7beb0e8131ddae4dd88ff0f830b21c584c81526 /nuttx/include/sched.h
parente6068ca6be7548b9dd3cfbd7da0f9efaba633f28 (diff)
downloadpx4-nuttx-7f6888b1ae0e1f4e87ba2176b36a88d0d0370d74.tar.gz
px4-nuttx-7f6888b1ae0e1f4e87ba2176b36a88d0d0370d74.tar.bz2
px4-nuttx-7f6888b1ae0e1f4e87ba2176b36a88d0d0370d74.zip
Fix botched conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@83 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/sched.h')
-rw-r--r--nuttx/include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sched.h b/nuttx/include/sched.h
index 39945c69c..51fa19b95 100644
--- a/nuttx/include/sched.h
+++ b/nuttx/include/sched.h
@@ -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