mirror of https://github.com/ARMmbed/mbed-os.git
Fix code indentation to satisfy code style checker
parent
d6429ef45f
commit
59a6b55c64
|
@ -117,10 +117,10 @@ public:
|
||||||
MBED_DEPRECATED_SINCE("mbed-os-5.1",
|
MBED_DEPRECATED_SINCE("mbed-os-5.1",
|
||||||
"The attach function does not support cv-qualifiers. Replaced by "
|
"The attach function does not support cv-qualifiers. Replaced by "
|
||||||
"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(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