We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf1c33 commit d19317cCopy full SHA for d19317c
drivers/Watchdog.h
@@ -98,8 +98,8 @@ class Watchdog : private NonCopyable<Watchdog> {
98
* @param timeout Watchdog timeout in milliseconds.
99
*
100
* @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.
+ * false if Watchdog timer was not started or if setting
+ * a new watchdog timeout was not possible.
103
*/
104
bool start(uint32_t timeout);
105
0 commit comments