AP_NavEKF: comment that param "Enable" index is moved to top

This commit is contained in:
Tom Pittenger 2016-08-04 11:32:46 -07:00
parent 9b33280795
commit e63e7a5336

View File

@ -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
};