mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: add comment for lost AP_Stats object params
This commit is contained in:
parent
3124731691
commit
700f850b58
|
@ -821,6 +821,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
// @User: Advanced
|
||||
AP_GROUPINFO("SYSID_ENFORCE", 11, ParametersG2, sysid_enforce, 0),
|
||||
|
||||
// 12 was AP_Stats
|
||||
|
||||
#if AP_GRIPPER_ENABLED
|
||||
// @Group: GRIP_
|
||||
// @Path: ../libraries/AP_Gripper/AP_Gripper.cpp
|
||||
|
|
Loading…
Reference in New Issue