mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Use ascending order in the values
This commit is contained in:
parent
23f009f665
commit
f5c2ffca34
@ -55,7 +55,7 @@ const AP_Param::GroupInfo RC_Channel::var_info[] PROGMEM = {
|
||||
// @Param: REV
|
||||
// @DisplayName: RC reverse
|
||||
// @Description: Reverse servo operation. Ignored unless did switches are disabled.
|
||||
// @Values: 1:Normal,-1:Reversed
|
||||
// @Values: -1:Reversed,1:Normal
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("REV", 3, RC_Channel, _reverse),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user