This is an automated email from the ASF dual-hosted git repository.

ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 10d0526f3ff604ca1a8c1abbff59a7f6691f70bb
Author: chenzhijia <chenzhi...@xiaomi.com>
AuthorDate: Tue Sep 24 15:37:13 2024 +0800

    nuttx/sched:Modify the comment error in sched_resumescheduler.c
    
    Signed-off-by: chenzhijia <chenzhi...@xiaomi.com>
---
 sched/sched/sched_resumescheduler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sched/sched/sched_resumescheduler.c 
b/sched/sched/sched_resumescheduler.c
index fc784ca900..71c5739244 100644
--- a/sched/sched/sched_resumescheduler.c
+++ b/sched/sched/sched_resumescheduler.c
@@ -78,4 +78,4 @@ void nxsched_resume_scheduler(FAR struct tcb_s *tcb)
 #endif
 }
 
-#endif /* CONFIG_RR_INTERVAL > 0 || CONFIG_SCHED_RESUMESCHEDULER */
+#endif /* CONFIG_SCHED_RESUMESCHEDULER */

Reply via email to