mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Update sched/wdog/wd_start.c
Co-authored-by: David Sidrane <David.Sidrane@Nscdg.com>
This commit is contained in:
parent
8af4d65c9a
commit
cfee589a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ int wd_start(FAR struct wdog_s *wdog, sclock_t delay,
|
|||
* incremented by one so that the delay is always at least as long as
|
||||
* requested.
|
||||
*
|
||||
* This is extensive documentation about this time issue elsewhere.
|
||||
* There is extensive documentation about this time issue elsewhere.
|
||||
*/
|
||||
|
||||
if (delay <= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue