summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched')
-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
****************************************************************************/