Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: hal/mbed_ticker_api.c
- Revision:
- 175:af195413fb11
- Parent:
- 174:b96e65c34a4d
diff -r b96e65c34a4d -r af195413fb11 hal/mbed_ticker_api.c
--- a/hal/mbed_ticker_api.c Mon Oct 02 15:33:19 2017 +0100
+++ b/hal/mbed_ticker_api.c Wed Oct 11 12:45:49 2017 +0100
@@ -263,6 +263,7 @@
us_timestamp_t ticker_read_us(const ticker_data_t *const ticker)
{
+ initialize(ticker);
update_present_time(ticker);
return ticker->queue->present_time;
}
