gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742763165
########## File path: include/nuttx/clock.h ########## @@ -394,6 +394,49 @@ void clock_resynchronize(FAR struct timespec *rtc_diff); clock_t clock_systime_ticks(void); #endif +/**************************************************************************** + * Name: clock_time2ticks + * + * Description: + * Return the given struct timespec as systime ticks Review comment: ```suggestion * Return the given struct timespec as systime ticks. ``` nit: Missing period. -- 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