Watchdog: fix dtor

pull/10857/head
Martin Kojtal 2019-06-27 16:26:29 +01:00
parent bb1cc32a25
commit a668454de4
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ Watchdog::Watchdog() : _running(false)
{
}
~Watchdog::Watchdog()
{
}
bool Watchdog::start()
{
watchdog_status_t sts;