xiaoxiang781216 commented on code in PR #13128: URL: https://github.com/apache/nuttx/pull/13128#discussion_r1729039594
########## include/nuttx/timers/oneshot.h: ########## @@ -229,6 +229,10 @@ struct oneshot_lowerhalf_s FAR const struct oneshot_operations_s *ops; +#ifndef CONFIG_SCHED_TICKLESS + clock_t current_tick; Review Comment: g_current_tick is bound to g_oneshot_lower, so it doesn't work by just moving g_current_tick to oneshot, but ignoring g_oneshot_lower. -- 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]
