Skip to content

Commit a1bbbb8

Browse files
committed
SysTimer: Suppress implicit virtual warning
1 parent 888dfff commit a1bbbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/source/SysTimer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class SysTimer: private mbed::TimerEvent, private mbed::NonCopyable<SysTimer<US_
5757

5858
SysTimer(const ticker_data_t *data);
5959

60-
~SysTimer();
60+
virtual ~SysTimer();
6161

6262
/**
6363
* Get the interrupt number for the tick

0 commit comments

Comments
 (0)