mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
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>