mirror of https://github.com/ARMmbed/mbed-os.git
Ensure the new method is called by the deprecated one
parent
59a6b55c64
commit
b0d4b69123
|
@ -119,7 +119,7 @@ public:
|
||||||
"attach(callback(obj, method), t).")
|
"attach(callback(obj, method), t).")
|
||||||
void attach(T *obj, M method, float t)
|
void attach(T *obj, M method, float t)
|
||||||
{
|
{
|
||||||
attach(callback(obj, method), (s_timestamp_t)t);
|
attach_s(callback(obj, method), (s_timestamp_t)t);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Attach a function to be called by the Ticker, specifying the interval in microseconds
|
/** Attach a function to be called by the Ticker, specifying the interval in microseconds
|
||||||
|
|
Loading…
Reference in New Issue