Plane: make THR_SLEWRATE docs clearer

This commit is contained in:
Andrew Tridgell 2012-11-28 11:41:39 +11:00
parent 068d2b1616
commit 940b057765
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: THR_SLEWRATE
// @DisplayName: Throttlw slew rate
// @Description: maximum percentage change in throttle per second
// @Description: maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second
// @Units: Percent
// @Range: 0 100
// @Increment: 1