hujun260 commented on code in PR #15129: URL: https://github.com/apache/nuttx/pull/15129#discussion_r1883694244
########## sched/sched/sched_timerexpiration.c: ########## @@ -388,6 +391,8 @@ static clock_t nxsched_timer_start(clock_t ticks, clock_t interval) } #endif + flags = enter_critical_section(); Review Comment: Perhaps we need to protect up_timer_tick_start. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org