mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
99551e78f0
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>