AP_Motors: Fix param range comment in AP_MotorsHeli.

This commit is contained in:
Fredrik Hedberg 2015-08-06 10:17:09 +02:00 committed by Randy Mackay
parent 66d9d38750
commit e6957df54a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] PROGMEM = {
// @Param: RSC_CRITICAL
// @DisplayName: Critical Rotor Speed
// @Description: Rotor speed below which flight is not possible
// @Range: 0 0-1000
// @Range: 0 1000
// @Increment: 10
// @User: Standard
AP_GROUPINFO("RSC_CRITICAL", 13, AP_MotorsHeli, _rsc_critical, AP_MOTORS_HELI_RSC_CRITICAL),