mirror of https://github.com/ARMmbed/mbed-os.git
HAL: ticker_api: Fix outdated comment
parent
5bddd881e9
commit
b1ff37cdee
|
@ -132,8 +132,9 @@ void ticker_insert_event(const ticker_data_t *const ticker, ticker_event_t *obj,
|
||||||
*
|
*
|
||||||
* The event will be executed in timestamp - ticker_read_us() us.
|
* The event will be executed in timestamp - ticker_read_us() us.
|
||||||
*
|
*
|
||||||
* @warning If an event is inserted with a timestamp less than the current
|
* @note If an event is inserted with a timestamp less than the current
|
||||||
* timestamp then the event will **not** be inserted.
|
* timestamp then the event will be scheduled immediately resulting in
|
||||||
|
* an instant call to event handler.
|
||||||
*
|
*
|
||||||
* @param ticker The ticker object.
|
* @param ticker The ticker object.
|
||||||
* @param obj The event object to be inserted to the queue
|
* @param obj The event object to be inserted to the queue
|
||||||
|
|
Loading…
Reference in New Issue