forked from Archive/PX4-Autopilot
Update ekf2_params.c - typo EKF2 aid mask
This commit is contained in:
parent
0934d3bf24
commit
51f71909d4
|
@ -621,7 +621,7 @@ PARAM_DEFINE_FLOAT(EKF2_TAS_GATE, 3.0f);
|
|||
* 5 : Set to true to enable multi-rotor drag specific force fusion
|
||||
* 6 : Deprecated, use EKF2_EV_CTRL instead
|
||||
* 7 : Deprecated, use EKF2_GPS_CTRL instead
|
||||
* 3 : Deprecated, use EKF2_EV_CTRL instead
|
||||
* 8 : Deprecated, use EKF2_EV_CTRL instead
|
||||
*
|
||||
* @group EKF2
|
||||
* @min 0
|
||||
|
|
Loading…
Reference in New Issue