Files
nuttx/libs/libc/wqueue
guoshichao 99551e78f0 wqueue: fix the config typo error
Fix typo in CMakeLists.txt: CONFIG_LIB_USRWORK → CONFIG_LIBC_USRWORK.
This ensures work_usrthread.c, work_queue.c, and work_cancel.c are compiled
when the user work queue feature is enabled.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-01-14 09:24:00 +08:00
..