VirtualWatchdog: fix is hw init definition

pull/10857/head
Martin Kojtal 2019-06-28 11:00:33 +01:00
parent 61f859b514
commit a18ba70c1b
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)
{