mbed lib with startup delay fixed for Nucleo401RE
Fork of mbed-src by
Diff: hal/us_ticker_api.h
- Revision:
- 484:b5ae48b573d3
- Parent:
- 481:ca51ab3eed5a
- Child:
- 525:c320967f86b9
--- a/hal/us_ticker_api.h Sat Feb 28 07:15:07 2015 +0000 +++ b/hal/us_ticker_api.h Tue Mar 03 07:15:07 2015 +0000 @@ -43,7 +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); +int us_ticker_get_next_timestamp(timestamp_t *timestamp); #ifdef __cplusplus }