mbed library sources
Dependents: Freedman_v2 Nucleo_i2c_OLED_BME280_copy
Fork of mbed-src by
Diff: hal/us_ticker_api.h
- Revision:
- 481:ca51ab3eed5a
- Parent:
- 453:a290c6acf95e
- Child:
- 484:b5ae48b573d3
diff -r 69aad4cbc07a -r ca51ab3eed5a hal/us_ticker_api.h --- a/hal/us_ticker_api.h Tue Feb 24 13:45:08 2015 +0000 +++ b/hal/us_ticker_api.h Thu Feb 26 09:30:08 2015 +0000 @@ -43,6 +43,7 @@ void us_ticker_insert_event(ticker_event_t *obj, timestamp_t timestamp, uint32_t id); void us_ticker_remove_event(ticker_event_t *obj); +timestamp_t us_ticker_get_next_timestamp(void); #ifdef __cplusplus }