aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/airspeed_calibration.cpp
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-02-11 00:24:40 +0100
committerAnton Babushkin <anton.babushkin@me.com>2014-02-11 16:35:05 +0100
commit855944fb2eab33074537b5ccfc82e2462b662b5b (patch)
tree607eb4b1b1ca3a8eda62b1ea2c57c25386585723 /src/modules/commander/airspeed_calibration.cpp
parent6631ecf04a0592c816dfb832fa928a95877184d9 (diff)
downloadpx4-firmware-855944fb2eab33074537b5ccfc82e2462b662b5b.tar.gz
px4-firmware-855944fb2eab33074537b5ccfc82e2462b662b5b.tar.bz2
px4-firmware-855944fb2eab33074537b5ccfc82e2462b662b5b.zip
commander: beeps and blinks cleanup
Diffstat (limited to 'src/modules/commander/airspeed_calibration.cpp')
-rw-r--r--src/modules/commander/airspeed_calibration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commander/airspeed_calibration.cpp b/src/modules/commander/airspeed_calibration.cpp
index 1809f9688..6039d92a7 100644
--- a/src/modules/commander/airspeed_calibration.cpp
+++ b/src/modules/commander/airspeed_calibration.cpp
@@ -142,7 +142,7 @@ int do_airspeed_calibration(int mavlink_fd)
}
mavlink_log_info(mavlink_fd, CAL_DONE_MSG, sensor_name);
- tune_neutral();
+ tune_neutral(true);
close(diff_pres_sub);
return OK;