RC_Channel: improved doc string

This commit is contained in:
Andrew Tridgell 2017-02-07 16:32:57 +11:00
parent a14265359f
commit d6d94bd26c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const AP_Param::GroupInfo RC_Channel::var_info[] = {
// @Param: REVERSED
// @DisplayName: RC reversed
// @Description: Reverse servo operation. Set to 0 for normal (forward) operation. Set to 1 to reverse this input channel.
// @Description: Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
// @Values: 0:Normal,1:Reversed
// @User: Advanced
AP_GROUPINFO("REVERSED", 4, RC_Channel, reversed, 0),