mirror of https://github.com/ARMmbed/mbed-os.git
Watchdog: fix dtor
parent
bb1cc32a25
commit
a668454de4
|
|
@ -28,6 +28,10 @@ Watchdog::Watchdog() : _running(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~Watchdog::Watchdog()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
bool Watchdog::start()
|
bool Watchdog::start()
|
||||||
{
|
{
|
||||||
watchdog_status_t sts;
|
watchdog_status_t sts;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue