Browse Source

Copter: fix ANGLE_MAX param description

Thanks to Hamish for finding this
mission-4.1.18
Randy Mackay 10 years ago
parent
commit
c324d4e89b
  1. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Parameters.cpp

@ -451,7 +451,7 @@ const AP_Param::Info Copter::var_info[] PROGMEM = { @@ -451,7 +451,7 @@ const AP_Param::Info Copter::var_info[] PROGMEM = {
// @DisplayName: Angle Max
// @Description: Maximum lean angle in all flight modes
// @Units: Centi-degrees
// @Range 1000 8000
// @Range: 1000 8000
// @User: Advanced
ASCALAR(angle_max, "ANGLE_MAX", DEFAULT_ANGLE_MAX),

Loading…
Cancel
Save