AP_NavEKF: Typo correction for EAS_NOISE description

This commit is contained in:
myly10 2015-03-24 23:06:38 +08:00 committed by Andrew Tridgell
parent 33af275220
commit 55befdc345

View File

@ -157,7 +157,7 @@ const AP_Param::GroupInfo NavEKF::var_info[] PROGMEM = {
// @Param: EAS_NOISE
// @DisplayName: Equivalent airspeed measurement noise (m/s)
// @Description: This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.
// @Description: This is the RMS value of noise in equivalent airspeed measurements. Increasing it reduces the weighting on these measurements.
// @Range: 0.5 5.0
// @Increment: 0.1
// @User: Advanced