From 899335e30b3ba627a0049a03ca3577dd6253e35b Mon Sep 17 00:00:00 2001 From: Mirko Denecke Date: Sat, 8 Feb 2020 12:24:11 +0100 Subject: [PATCH] SITL: fix DisplayName and description of parameter --- libraries/SITL/SIM_Parachute.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/SITL/SIM_Parachute.cpp b/libraries/SITL/SIM_Parachute.cpp index f1d89d2e42..ba7f6d9e81 100644 --- a/libraries/SITL/SIM_Parachute.cpp +++ b/libraries/SITL/SIM_Parachute.cpp @@ -27,8 +27,8 @@ using namespace SITL; const AP_Param::GroupInfo Parachute::var_info[] = { // @Param: ENABLE - // @DisplayName: Gripper servo Sim enable/disable - // @Description: Allows you to enable (1) or disable (0) the gripper servo simulation + // @DisplayName: Parachute Sim enable/disable + // @Description: Allows you to enable (1) or disable (0) the Parachute simulation // @Values: 0:Disabled,1:Enabled // @User: Advanced AP_GROUPINFO("ENABLE", 0, Parachute, parachute_enable, 0), @@ -68,4 +68,3 @@ bool Parachute::should_report() return false; } -