mirror of https://github.com/ARMmbed/mbed-os.git
VirtualWatchdog: fix is hw init definition
parent
61f859b514
commit
a18ba70c1b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue