Fix it here, too.

This commit is contained in:
px4dev 2013-02-24 11:50:57 -08:00
parent ccbd5a6372
commit 3d53b1d551
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ hrt_elapsed_time(const volatile hrt_abstime *then)
/*
* Store the absolute time in an interrupt-safe fashion
*/
hrt_absolute_time
hrt_abstime
hrt_store_absolute_time(volatile hrt_abstime *now)
{
irqstate_t flags = irqsave();