VirtualWatchdog: fix is hw init definition

pull/11023/head
Martin Kojtal 2019-06-28 11:00:33 +01:00
parent 2775c49b53
commit 014d80b07b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
namespace mbed {
VirtualWatchdog *VirtualWatchdog::_first = NULL;
bool _is_hw_watchdog_running = false;
bool VirtualWatchdog::_is_hw_watchdog_running = false;
VirtualWatchdog::VirtualWatchdog(uint32_t timeout, const char *const str): _name(str)
{