mirror of https://github.com/ArduPilot/ardupilot
RC_Channel parameters: Fix a typo
This commit is contained in:
parent
61f0cd15be
commit
13fb2e6dc9
|
@ -54,7 +54,7 @@ const AP_Param::GroupInfo RC_Channel::var_info[] PROGMEM = {
|
||||||
|
|
||||||
// @Param: REV
|
// @Param: REV
|
||||||
// @DisplayName: RC reverse
|
// @DisplayName: RC reverse
|
||||||
// @Description: Reverse servo operation. Ignored unless did switches are disabled.
|
// @Description: Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.
|
||||||
// @Values: -1:Reversed,1:Normal
|
// @Values: -1:Reversed,1:Normal
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("REV", 3, RC_Channel, _reverse),
|
AP_GROUPINFO("REV", 3, RC_Channel, _reverse),
|
||||||
|
|
Loading…
Reference in New Issue