aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-02-24 11:47:56 -0800
committerpx4dev <px4@purgatory.org>2013-02-24 11:47:56 -0800
commit186d3297228e4fbf34bb71545d0cdbac08e78fb3 (patch)
tree7dcacc922a91673e3f319a7deaa7d774c61519e9 /apps
parent8c7c6b201c8188f64e08a7cb44a269b03efc7f00 (diff)
downloadpx4-firmware-186d3297228e4fbf34bb71545d0cdbac08e78fb3.tar.gz
px4-firmware-186d3297228e4fbf34bb71545d0cdbac08e78fb3.tar.bz2
px4-firmware-186d3297228e4fbf34bb71545d0cdbac08e78fb3.zip
Fix search-and-replace error.
Diffstat (limited to 'apps')
-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 2e30725bd..0a64d69c3 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.