aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/drv_hrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/drv_hrt.h')
-rw-r--r--src/drivers/drv_hrt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/drv_hrt.h b/src/drivers/drv_hrt.h
index 8bfc90c64..a40943d3f 100644
--- a/src/drivers/drv_hrt.h
+++ b/src/drivers/drv_hrt.h
@@ -127,7 +127,8 @@ __EXPORT extern void hrt_call_at(struct hrt_call *entry, hrt_abstime calltime, h
* Note thet the interval is timed between scheduled, not actual, call times, so the call rate may
* jitter but should not drift.
*/
-__EXPORT extern void hrt_call_every(struct hrt_call *entry, hrt_abstime delay, hrt_abstime interval, hrt_callout callout, void *arg);
+__EXPORT extern void hrt_call_every(struct hrt_call *entry, hrt_abstime delay, hrt_abstime interval,
+ hrt_callout callout, void *arg);
/*
* If this returns true, the entry has been invoked and removed from the callout list,