Fix-Point commented on code in PR #16394: URL: https://github.com/apache/nuttx/pull/16394#discussion_r2094710251
########## Documentation/reference/os/time_clock.rst: ########## @@ -494,7 +494,7 @@ with NuttX tasks. - :c:func:`wd_gettime` - Watchdog Timer Callback -.. c:function:: int wd_start(FAR struct wdog_s *wdog, int delay, \ +.. c:function:: int wd_start(FAR struct wdog_s *wdog, clock_t delay, \ Review Comment: The first commit is to address the problem that the workqueue delay parameter is not validated. -- 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