Skip to content
Snippets Groups Projects
Commit ccbd5a63 authored by px4dev's avatar px4dev
Browse files

No, really fix it this time.

parent 186d3297
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ __EXPORT extern hrt_abstime hrt_elapsed_time(const volatile hrt_abstime *then);
*
* This function ensures that the timestamp cannot be seen half-written by an interrupt handler.
*/
__EXPORT extern hrt_abstime_time hrt_store_absolute_time(volatile hrt_abstime *now);
__EXPORT extern hrt_abstime hrt_store_absolute_time(volatile hrt_abstime *now);
/*
* Call callout(arg) after delay has elapsed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment