hujun260 commented on code in PR #15324:
URL: https://github.com/apache/nuttx/pull/15324#discussion_r1901464471
##########
sched/clock/clock_initialize.c:
##########
@@ -398,6 +431,10 @@ void clock_timer(void)
{
/* Increment the per-tick system counter */
- g_system_ticks++;
Review Comment:
https://github.com/apache/nuttx/pull/15414
##########
sched/clock/clock_initialize.c:
##########
@@ -170,7 +173,20 @@ static void clock_inittime(FAR const struct timespec *tp)
clock_basetime(&g_basetime);
}
+#ifdef CONFIG_RTC_HIRES
Review Comment:
done in https://github.com/apache/nuttx/pull/15415
--
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]