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

Fix search-and-replace error.

parent 8c7c6b20
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_absolute_time hrt_store_absolute_time(volatile hrt_abstime *now);
__EXPORT extern hrt_abstime_time 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