mirror of https://github.com/ARMmbed/mbed-os.git
VirtualWatchdog: fix default timeout value (1ms is unreal)
parent
88a9548167
commit
a63a54680c
|
@ -59,7 +59,7 @@ public:
|
|||
* MBED_CONF_TARGET_WATCHDOG_TIMEOUT.
|
||||
*
|
||||
*/
|
||||
VirtualWatchdog(uint32_t timeout = 1, const char *const str = NULL);
|
||||
VirtualWatchdog(uint32_t timeout = 1000, const char *const str = NULL);
|
||||
~VirtualWatchdog();
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in New Issue