mbed library sources
Fork of mbed-src by
Diff: common/us_ticker_api.c
- Revision:
- 482:ca51ab3eed5a
- Parent:
- 454:a290c6acf95e
- Child:
- 485:b5ae48b573d3
--- 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; +}