forked from Archive/PX4-Autopilot
NuttX Upgrade CONFIG_LIB_USRWORK->CONFIG_LIBC_USRWORK
This commit is contained in:
parent
9cd3eae0aa
commit
6e78cbe746
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue