summaryrefslogtreecommitdiff
path: root/nuttx/sched/work_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-05 23:14:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-05 23:14:34 +0000
commit36fb3a89c18856623e1a6f99a90088593c44ac82 (patch)
treed0b2915aefac1696141029912dcfe0b8d6581a75 /nuttx/sched/work_internal.h
parent7d5e90d121078be23986be35252a4612d2f39f68 (diff)
downloadpx4-nuttx-36fb3a89c18856623e1a6f99a90088593c44ac82.tar.gz
px4-nuttx-36fb3a89c18856623e1a6f99a90088593c44ac82.tar.bz2
px4-nuttx-36fb3a89c18856623e1a6f99a90088593c44ac82.zip
Document workqueue configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2231 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/work_internal.h')
-rwxr-xr-xnuttx/sched/work_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/sched/work_internal.h b/nuttx/sched/work_internal.h
index 93ad57271..90f9e4ba1 100755
--- a/nuttx/sched/work_internal.h
+++ b/nuttx/sched/work_internal.h
@@ -64,6 +64,10 @@
# define CONFIG_SCHED_WORKSTACKSIZE CONFIG_IDLETHREAD_STACKSIZE
#endif
+#ifdef CONFIG_DISABLE_SIGNALS
+# warning "Worker thread support requires signals"
+#endif
+
/****************************************************************************
* Public Types
****************************************************************************/