mirror of https://github.com/ARMmbed/mbed-os.git
virtualWatchdog: fix alignment for tickers
parent
2c6357b098
commit
72582b0622
|
@ -25,9 +25,9 @@
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
||||||
#if DEVICE_LPTICKER
|
#if DEVICE_LPTICKER
|
||||||
SingletonPtr<LowPowerTicker> VirtualWatchdog::_ticker;
|
SingletonPtr<LowPowerTicker> VirtualWatchdog::_ticker;
|
||||||
#else
|
#else
|
||||||
SingletonPtr<Ticker> VirtualWatchdog::_ticker;
|
SingletonPtr<Ticker> VirtualWatchdog::_ticker;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VirtualWatchdog *VirtualWatchdog::_first = NULL;
|
VirtualWatchdog *VirtualWatchdog::_first = NULL;
|
||||||
|
|
Loading…
Reference in New Issue