SRV_Channel: improved doc string

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

View File

@ -56,7 +56,7 @@ const AP_Param::GroupInfo SRV_Channel::var_info[] = {
// @Param: REVERSED
// @DisplayName: Servo reverse
// @Description: Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this channel.
// @Description: Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
// @Values: 0:Normal,1:Reversed
// @User: Standard
AP_GROUPINFO("REVERSED", 4, SRV_Channel, reversed, 0),