NuttX Upgrade CONFIG_LIB_USRWORK->CONFIG_LIBC_USRWORK

This commit is contained in:
David Sidrane 2022-11-22 10:04:32 -08:00 committed by Daniel Agar
parent 9cd3eae0aa
commit 6e78cbe746
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ const struct userspace_s userspace __attribute__((section(".userspace"))) = {
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#ifdef CONFIG_LIB_USRWORK
#ifdef CONFIG_LIBC_USRWORK
.work_usrstart = work_usrstart,
#endif
};