From 3cd0ce8e626ad57b2695899278c62c057bab05ef Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 Nov 2009 01:07:32 +0000 Subject: Fix compile error when workqueue disabled git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2233 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/os_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx') diff --git a/nuttx/sched/os_start.c b/nuttx/sched/os_start.c index 440fdb6c3..6f36f58a6 100644 --- a/nuttx/sched/os_start.c +++ b/nuttx/sched/os_start.c @@ -438,8 +438,8 @@ void os_start(void) g_worker = task_create("work", CONFIG_SCHED_WORKPRIORITY, CONFIG_SCHED_WORKSTACKSIZE, (main_t)work_thread, (const char **)NULL); -#endif ASSERT(g_worker != ERROR); +#endif /* Once the operating system has been initialized, the system must be * started by spawning the user init thread of execution. -- cgit v1.2.3