mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Plane: fixed spelling error
This commit is contained in:
parent
66a41bfe5f
commit
d76288529b
@ -82,7 +82,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX),
|
GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX),
|
||||||
|
|
||||||
// @Param: THR_SLEWRATE
|
// @Param: THR_SLEWRATE
|
||||||
// @DisplayName: Throttlw slew rate
|
// @DisplayName: Throttle slew rate
|
||||||
// @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
|
// @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
|
// @Units: Percent
|
||||||
// @Range: 0 100
|
// @Range: 0 100
|
||||||
|
@ -273,7 +273,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX),
|
GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX),
|
||||||
|
|
||||||
// @Param: THR_SLEWRATE
|
// @Param: THR_SLEWRATE
|
||||||
// @DisplayName: Throttlw slew rate
|
// @DisplayName: Throttle slew rate
|
||||||
// @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
|
// @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
|
// @Units: Percent
|
||||||
// @Range: 0 100
|
// @Range: 0 100
|
||||||
|
Loading…
Reference in New Issue
Block a user