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 59a6b55 commit b0d4b69Copy full SHA for b0d4b69
drivers/Ticker.h
@@ -119,7 +119,7 @@ class Ticker : public TimerEvent, private NonCopyable<Ticker> {
119
"attach(callback(obj, method), t).")
120
void attach(T *obj, M method, float t)
121
{
122
- attach(callback(obj, method), (s_timestamp_t)t);
+ attach_s(callback(obj, method), (s_timestamp_t)t);
123
}
124
125
/** Attach a function to be called by the Ticker, specifying the interval in microseconds
0 commit comments