mirror of https://github.com/ARMmbed/mbed-os.git
VirtualWatchdog: fix is hw init definition
parent
2775c49b53
commit
014d80b07b
|
@ -22,7 +22,7 @@
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
||||||
VirtualWatchdog *VirtualWatchdog::_first = NULL;
|
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)
|
VirtualWatchdog::VirtualWatchdog(uint32_t timeout, const char *const str): _name(str)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue