mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12034 from kjbracey-arm/systimer_warning
SysTimer: Suppress implicit virtual warningpull/12052/head
commit
2536e9291d
|
|
@ -57,7 +57,7 @@ public:
|
||||||
|
|
||||||
SysTimer(const ticker_data_t *data);
|
SysTimer(const ticker_data_t *data);
|
||||||
|
|
||||||
~SysTimer();
|
virtual ~SysTimer();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the interrupt number for the tick
|
* Get the interrupt number for the tick
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue