This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 0de9d4ba6a7d3674bb38e5ac719d50fa0a862d1b Author: dongjiuzhu1 <[email protected]> AuthorDate: Mon Sep 30 17:16:32 2024 +0800 sched/semaphore: add sem_rw source file to CMakeLists Signed-off-by: dongjiuzhu1 <[email protected]> --- sched/semaphore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sched/semaphore/CMakeLists.txt b/sched/semaphore/CMakeLists.txt index 361019f542..01c6709ebb 100644 --- a/sched/semaphore/CMakeLists.txt +++ b/sched/semaphore/CMakeLists.txt @@ -32,6 +32,7 @@ set(CSRCS sem_post.c sem_recover.c sem_reset.c + sem_rw.c sem_waitirq.c) if(CONFIG_PRIORITY_INHERITANCE)
