anchao commented on code in PR #15139:
URL: https://github.com/apache/nuttx/pull/15139#discussion_r1881291032


##########
sched/clock/clock_systime_ticks.c:
##########
@@ -90,7 +90,9 @@ clock_t clock_systime_ticks(void)
 
   up_timer_gettick(&ticks);
   return ticks;
-#elif defined(CONFIG_SCHED_TICKLESS)
+#elif defined(CONFIG_ALARM_ARCH) || \
+      defined(CONFIG_TIMER_ARCH) || \
+      defined(CONFIG_SCHED_TICKLESS)

Review Comment:
   merge to line 88, and unify **up_timer_gettime/clock_time2ticks** to 
**up_timer_gettick**



-- 
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

Reply via email to