AC_PrecLand: reserve parameter indices

This commit is contained in:
Jonathan Challinger 2016-12-19 15:20:18 -08:00 committed by Randy Mackay
parent bebf16b804
commit 86406199a9

View File

@ -50,6 +50,9 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
// @Units: Centimeters
AP_GROUPINFO("LAND_OFS_Y", 4, AC_PrecLand, _land_ofs_cm_y, 0),
// 5 RESERVED for EKF_TYPE
// 6 RESERVED for ACC_NSE
AP_GROUPEND
};