From 13af81ba61a26b60717e1d5a2bb46f5c96ffecc6 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 30 Jan 2024 15:15:48 +1100 Subject: [PATCH] Rover: add comment for lost AP_Stats object params --- Rover/Parameters.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rover/Parameters.cpp b/Rover/Parameters.cpp index 6614962573..3481b7ea49 100644 --- a/Rover/Parameters.cpp +++ b/Rover/Parameters.cpp @@ -404,6 +404,8 @@ const AP_Param::Info Rover::var_info[] = { 2nd group of parameters */ const AP_Param::GroupInfo ParametersG2::var_info[] = { + // 1 was AP_Stats + // @Param: SYSID_ENFORCE // @DisplayName: GCS sysid enforcement // @Description: This controls whether packets from other than the expected GCS system ID will be accepted