forked from Archive/PX4-Autopilot
Include sensor number
This commit is contained in:
parent
9d61e3a7db
commit
716fb561aa
|
@ -114,7 +114,7 @@ int do_gyro_calibration(int mavlink_fd)
|
|||
close(fd);
|
||||
|
||||
if (res != OK) {
|
||||
mavlink_log_critical(mavlink_fd, CAL_FAILED_RESET_CAL_MSG);
|
||||
mavlink_log_critical(mavlink_fd, CAL_FAILED_RESET_CAL_MSG, s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue