AP_AdvancedFailsafe: Change the unit of barometric pressure from mbar to hPa.

This commit is contained in:
murata 2019-09-16 09:00:00 +09:00 committed by Andrew Tridgell
parent 3617e0c729
commit 2d2f2c4360

View File

@ -100,7 +100,7 @@ const AP_Param::GroupInfo AP_AdvancedFailsafe::var_info[] = {
// @Param: QNH_PRESSURE
// @DisplayName: QNH pressure
// @Description: This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit.
// @Units: mbar
// @Units: hPa
// @User: Advanced
AP_GROUPINFO("QNH_PRESSURE", 10, AP_AdvancedFailsafe, _qnh_pressure, 0),