virtualWatchdog: fix alignment for tickers

pull/10857/head
Martin Kojtal 2019-06-28 12:50:50 +01:00
parent 2c6357b098
commit 72582b0622
1 changed files with 2 additions and 2 deletions

View File

@ -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;