Copter: update @Range comments for THR_MIN

This should help reduce change of someone setting THR_MIN above 300 (30%
throttle)
This commit is contained in:
Randy Mackay 2013-09-12 22:45:18 +09:00
parent c5bd1a76ed
commit b4b2128977

View File

@ -276,7 +276,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Minimum Throttle
// @Description: The minimum throttle that will be sent to the motors to keep them spinning
// @Units: ms
// @Range: 0 1000
// @Range: 0 300
// @Increment: 1
// @User: Standard
GSCALAR(throttle_min, "THR_MIN", MINIMUM_THROTTLE),