Skip to content

Commit 2536e92

Browse files
authored
Merge pull request #12034 from kjbracey-arm/systimer_warning
SysTimer: Suppress implicit virtual warning
2 parents 0a332d9 + a1bbbb8 commit 2536e92

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)