Browse Source

SITL: fix DisplayName and description of parameter

zr-v5.1
Mirko Denecke 5 years ago committed by Andrew Tridgell
parent
commit
899335e30b
  1. 5
      libraries/SITL/SIM_Parachute.cpp

5
libraries/SITL/SIM_Parachute.cpp

@ -27,8 +27,8 @@ using namespace SITL; @@ -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() @@ -68,4 +68,3 @@ bool Parachute::should_report()
return false;
}

Loading…
Cancel
Save