AP_NavEKF: comment that param "Enable" index is moved to top
This commit is contained in:
parent
9b33280795
commit
e63e7a5336
@ -402,6 +402,8 @@ const AP_Param::GroupInfo NavEKF::var_info[] = {
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("GPS_CHECK", 33, NavEKF, _gpsCheck, 31),
|
||||
|
||||
// **NOTE** index 34 is "Enable" and is at the top for AP_PARAM_FLAG_ENABLE
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user