forked from Archive/PX4-Autopilot
Fix it here, too.
This commit is contained in:
parent
ccbd5a6372
commit
3d53b1d551
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue