wangchdo commented on code in PR #17489: URL: https://github.com/apache/nuttx/pull/17489#discussion_r2617691746
########## arch/tricore/src/common/tricore_systimer.c: ########## @@ -323,3 +323,35 @@ tricore_systimer_initialize(volatile void *tbase, int irq, uint64_t freq) return (struct oneshot_lowerhalf_s *)priv; } + +int up_alarm_start(FAR const struct timespec *ts) Review Comment: Done -- 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]
