mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AC_PrecLand: reserve parameter indices
This commit is contained in:
parent
bebf16b804
commit
86406199a9
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user