mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: add comment for lost AP_Stats object params
This commit is contained in:
parent
700f850b58
commit
9aab59ca9e
|
@ -1033,6 +1033,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
// @User: Advanced
|
||||
AP_GROUPINFO("SYSID_ENFORCE", 4, ParametersG2, sysid_enforce, 0),
|
||||
|
||||
// AP_Stats was 5
|
||||
|
||||
// @Group: SERVO
|
||||
// @Path: ../libraries/SRV_Channel/SRV_Channels.cpp
|
||||
AP_SUBGROUPINFO(servo_channels, "SERVO", 6, ParametersG2, SRV_Channels),
|
||||
|
|
Loading…
Reference in New Issue