Copter: fix ANGLE_MAX param description

Thanks to Hamish for finding this
This commit is contained in:
Randy Mackay 2015-08-13 10:35:32 -07:00
parent 2e5d517691
commit c324d4e89b

View File

@ -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),