mirror of https://github.com/ArduPilot/ardupilot
Rover: add comment for lost AP_Stats object params
This commit is contained in:
parent
fa0797a5f4
commit
13af81ba61
|
@ -404,6 +404,8 @@ const AP_Param::Info Rover::var_info[] = {
|
||||||
2nd group of parameters
|
2nd group of parameters
|
||||||
*/
|
*/
|
||||||
const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
||||||
|
// 1 was AP_Stats
|
||||||
|
|
||||||
// @Param: SYSID_ENFORCE
|
// @Param: SYSID_ENFORCE
|
||||||
// @DisplayName: GCS sysid enforcement
|
// @DisplayName: GCS sysid enforcement
|
||||||
// @Description: This controls whether packets from other than the expected GCS system ID will be accepted
|
// @Description: This controls whether packets from other than the expected GCS system ID will be accepted
|
||||||
|
|
Loading…
Reference in New Issue