From 36fb3a89c18856623e1a6f99a90088593c44ac82 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 5 Nov 2009 23:14:34 +0000 Subject: Document workqueue configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2231 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/work_internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/sched/work_internal.h') 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 ****************************************************************************/ -- cgit v1.2.3