Skip to content

Commit d19317c

Browse files
clarify docs
1 parent fdf1c33 commit d19317c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/Watchdog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class Watchdog : private NonCopyable<Watchdog> {
9898
* @param timeout Watchdog timeout in milliseconds.
9999
*
100100
* @return true if the Watchdog timer was started successfully;
101-
* false if Watchdog timer was not started or if the Watchdog
102-
* timer is already running.
101+
* false if Watchdog timer was not started or if setting
102+
* a new watchdog timeout was not possible.
103103
*/
104104
bool start(uint32_t timeout);
105105

0 commit comments

Comments
 (0)