aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/rc_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/systemlib/rc_check.h')
-rw-r--r--src/modules/systemlib/rc_check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/systemlib/rc_check.h b/src/modules/systemlib/rc_check.h
index e2238d151..e70b83cce 100644
--- a/src/modules/systemlib/rc_check.h
+++ b/src/modules/systemlib/rc_check.h
@@ -47,6 +47,6 @@
* @return 0 / OK if RC calibration is ok, index + 1 of the first
* channel that failed else (so 1 == first channel failed)
*/
-__EXPORT int rc_calibration_check(void);
+__EXPORT int rc_calibration_check(int mavlink_fd);
__END_DECLS