mirror of https://github.com/ARMmbed/mbed-os.git
SysTimer: Suppress implicit virtual warning
parent
888dfffabf
commit
a1bbbb8845
|
@ -57,7 +57,7 @@ public:
|
|||
|
||||
SysTimer(const ticker_data_t *data);
|
||||
|
||||
~SysTimer();
|
||||
virtual ~SysTimer();
|
||||
|
||||
/**
|
||||
* Get the interrupt number for the tick
|
||||
|
|
Loading…
Reference in New Issue