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.
Dependents: Freedman_v2 Nucleo_i2c_OLED_BME280_copy
Fork of mbed-src by
Diff: common/us_ticker_api.c
- Revision:
- 481:ca51ab3eed5a
- Parent:
- 453:a290c6acf95e
- Child:
- 484:b5ae48b573d3
diff -r 69aad4cbc07a -r ca51ab3eed5a common/us_ticker_api.c --- a/common/us_ticker_api.c Tue Feb 24 13:45:08 2015 +0000 +++ b/common/us_ticker_api.c Thu Feb 26 09:30:08 2015 +0000 @@ -116,3 +116,7 @@ __enable_irq(); } + +timestamp_t us_ticker_get_next_timestamp(void) { + return head->timestamp; +}