mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/ostest: Fix wqueue_test in flat mode.
This commit re-enabled wqueue_test in flat mode. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
parent
ce3e35233c
commit
69bfda8736
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ static int user_main(int argc, char *argv[])
|
|||
check_test_memory_usage();
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_DISABLE_PTHREAD) && defined(__KERNEL__) && \
|
||||
#if !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_BUILD_FLAT) && \
|
||||
defined(CONFIG_SCHED_WORKQUEUE)
|
||||
/* Check work queues */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue