aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/drivers/drv_hrt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/drv_hrt.h b/apps/drivers/drv_hrt.h
index 0a64d69c3..8a99eeca7 100644
--- a/apps/drivers/drv_hrt.h
+++ b/apps/drivers/drv_hrt.h
@@ -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.