mirror of https://github.com/ARMmbed/mbed-os.git
clarify docs
parent
fdf1c33a1f
commit
d19317c64c
|
@ -98,8 +98,8 @@ public:
|
||||||
* @param timeout Watchdog timeout in milliseconds.
|
* @param timeout Watchdog timeout in milliseconds.
|
||||||
*
|
*
|
||||||
* @return true if the Watchdog timer was started successfully;
|
* @return true if the Watchdog timer was started successfully;
|
||||||
* false if Watchdog timer was not started or if the Watchdog
|
* false if Watchdog timer was not started or if setting
|
||||||
* timer is already running.
|
* a new watchdog timeout was not possible.
|
||||||
*/
|
*/
|
||||||
bool start(uint32_t timeout);
|
bool start(uint32_t timeout);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue