From 716fb561aa24aa0e18aad64dd6fa29a0a9b9ea34 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 23 Mar 2015 19:02:05 -0700 Subject: Include sensor number --- src/modules/commander/gyro_calibration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/commander/gyro_calibration.cpp b/src/modules/commander/gyro_calibration.cpp index d4a6d6801..47ee9a5e0 100644 --- a/src/modules/commander/gyro_calibration.cpp +++ b/src/modules/commander/gyro_calibration.cpp @@ -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); } } -- cgit v1.2.3