ArduPlane: add comment for lost AP_Stats object params

This commit is contained in:
Peter Barker 2024-01-30 15:15:47 +11:00 committed by Andrew Tridgell
parent 700f850b58
commit 9aab59ca9e
1 changed files with 2 additions and 0 deletions

View File

@ -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),