From 186d3297228e4fbf34bb71545d0cdbac08e78fb3 Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 24 Feb 2013 11:47:56 -0800 Subject: [PATCH] Fix search-and-replace error. --- apps/drivers/drv_hrt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/drivers/drv_hrt.h b/apps/drivers/drv_hrt.h index 2e30725bdc..0a64d69c34 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_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.