mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AC_AttitudeControl: reserve parameter IDs
This commit is contained in:
parent
825d10c81a
commit
6784fd8625
@ -57,6 +57,8 @@ const AP_Param::GroupInfo AC_AttitudeControl::var_info[] = {
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("ACCEL_P_MAX", 7, AC_AttitudeControl, _accel_pitch_max, AC_ATTITUDE_CONTROL_ACCEL_RP_MAX_DEFAULT),
|
||||
|
||||
// IDs 8,9,10,11 RESERVED (in use on Solo)
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user