Skip to content
Snippets Groups Projects
Commit 716fb561 authored by Don Gagne's avatar Don Gagne Committed by Lorenz Meier
Browse files

Include sensor number

parent 9d61e3a7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment