RC_Channel parameters: Fix a typo

This commit is contained in:
Amilcar Lucas 2012-07-18 22:38:41 +02:00
parent 61f0cd15be
commit 13fb2e6dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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),