From e6957df54ac889a6baf32ed963768c99636ad873 Mon Sep 17 00:00:00 2001 From: Fredrik Hedberg Date: Thu, 6 Aug 2015 10:17:09 +0200 Subject: [PATCH] AP_Motors: Fix param range comment in AP_MotorsHeli. --- libraries/AP_Motors/AP_MotorsHeli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Motors/AP_MotorsHeli.cpp b/libraries/AP_Motors/AP_MotorsHeli.cpp index 6bba0950ea..ee62d926be 100644 --- a/libraries/AP_Motors/AP_MotorsHeli.cpp +++ b/libraries/AP_Motors/AP_MotorsHeli.cpp @@ -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),