aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/mag_calibration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/commander/mag_calibration.h')
-rw-r--r--src/modules/commander/mag_calibration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/commander/mag_calibration.h b/src/modules/commander/mag_calibration.h
index fd2085f14..a101cd7b1 100644
--- a/src/modules/commander/mag_calibration.h
+++ b/src/modules/commander/mag_calibration.h
@@ -41,6 +41,6 @@
#include <stdint.h>
-void do_mag_calibration(int mavlink_fd);
+int do_mag_calibration(int mavlink_fd);
-#endif /* MAG_CALIBRATION_H_ */ \ No newline at end of file
+#endif /* MAG_CALIBRATION_H_ */