extinguish opened a new pull request, #17853:
URL: https://github.com/apache/nuttx/pull/17853

   ## Summary
   
   Fix a typo in libs/libc/wqueue/CMakeLists.txt where the condition 
CONFIG_LIB_USRWORK is corrected to CONFIG_LIBC_USRWORK, ensuring the correct 
Kconfig symbol is used to enable user work queue source compilation.
   
   ## Impact
   
   Enables the correct compilation of user work queue source files 
(work_usrthread.c, work_queue.c, work_cancel.c) when CONFIG_LIBC_USRWORK is 
selected in the configuration.
   
   ## Testing
   
   Verified that the corrected CMake condition now properly includes the user 
work queue sources when CONFIG_LIBC_USRWORK=y.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to