From 043ba5cf34625cadfb5002010f8f14937bbcb97e Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 13 Feb 2020 18:12:32 +0900 Subject: [PATCH] Rover: fix SYSID_THISMAV param description --- APMrover2/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APMrover2/Parameters.cpp b/APMrover2/Parameters.cpp index dc8be1e438..df1f06a266 100644 --- a/APMrover2/Parameters.cpp +++ b/APMrover2/Parameters.cpp @@ -37,7 +37,7 @@ const AP_Param::Info Rover::var_info[] = { // @User: Advanced GSCALAR(initial_mode, "INITIAL_MODE", Mode::Number::MANUAL), - // @Param: SYSID_THIS_MAV + // @Param: SYSID_THISMAV // @DisplayName: MAVLink system ID of this vehicle // @Description: Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network // @Range: 1 255