anchao commented on code in PR #15324: URL: https://github.com/apache/nuttx/pull/15324#discussion_r1896396353
########## include/nuttx/clock.h: ########## @@ -711,6 +711,7 @@ clock_t clock_systime_ticks(void); ****************************************************************************/ int clock_systime_timespec(FAR struct timespec *ts); +int clock_systime_timespec_rtc_nolock(FAR struct timespec *ts); Review Comment: could we remove this special api from common code? -- 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