This fork captures the mbed lib v125 for ease of integration into older projects.

Fork of mbed-dev by mbed official

Revision:
176:447f873cad2f
Parent:
174:b96e65c34a4d
Child:
180:96ed750bd169
--- a/hal/ticker_api.h	Wed Oct 11 12:45:49 2017 +0100
+++ b/hal/ticker_api.h	Wed Oct 25 14:53:38 2017 +0100
@@ -132,8 +132,9 @@
  *
  * The event will be executed in timestamp - ticker_read_us() us.
  *
- * @warning If an event is inserted with a timestamp less than the current
- * timestamp then the event will **not** be inserted.
+ * @note If an event is inserted with a timestamp less than the current
+ * timestamp then the event will be scheduled immediately resulting in
+ * an instant call to event handler.
  *
  * @param ticker    The ticker object.
  * @param obj       The event object to be inserted to the queue