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