mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
ekf2: Fix error in parameter documentation
This commit is contained in:
committed by
Lorenz Meier
parent
16dea15d54
commit
222566de6e
@@ -358,7 +358,8 @@ PARAM_DEFINE_INT32(EKF2_DECL_TYPE, 7);
|
||||
* @value 0 Automatic
|
||||
* @value 1 Magnetic heading
|
||||
* @value 2 3-axis fusion
|
||||
* @value 3 Mag fusion off
|
||||
* @value 3 2-D projection
|
||||
* @value 4 None
|
||||
*/
|
||||
PARAM_DEFINE_INT32(EKF2_MAG_TYPE, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user