Browse Source

RC_Channel parameters: Fix a typo

mission-4.1.18
Amilcar Lucas 13 years ago
parent
commit
3de23220ed
  1. 2
      libraries/RC_Channel/RC_Channel.cpp

2
libraries/RC_Channel/RC_Channel.cpp

@ -54,7 +54,7 @@ const AP_Param::GroupInfo RC_Channel::var_info[] PROGMEM = { @@ -54,7 +54,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.
// @Description: Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.
// @Values: -1:Reversed,1:Normal
// @User: Advanced
AP_GROUPINFO("REV", 3, RC_Channel, _reverse),

Loading…
Cancel
Save