We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888dfff commit a1bbbb8Copy full SHA for a1bbbb8
platform/source/SysTimer.h
@@ -57,7 +57,7 @@ class SysTimer: private mbed::TimerEvent, private mbed::NonCopyable<SysTimer<US_
57
58
SysTimer(const ticker_data_t *data);
59
60
- ~SysTimer();
+ virtual ~SysTimer();
61
62
/**
63
* Get the interrupt number for the tick
0 commit comments