SRV_channel: fixed doc names of VOLZ and SBUS

thanks to Mark for noticing
This commit is contained in:
Andrew Tridgell 2017-12-09 08:08:00 +11:00
parent c4734484e7
commit 051f30990c
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ const AP_Param::GroupInfo SRV_Channels::var_info[] = {
// @Units: Hz
AP_GROUPINFO("_RATE", 18, SRV_Channels, default_rate, 50),
// @Group: VOLZ_
// @Group: _VOLZ_
// @Path: ../AP_Volz_Protocol/AP_Volz_Protocol.cpp
AP_SUBGROUPINFO(volz, "_VOLZ_", 19, SRV_Channels, AP_Volz_Protocol),
// @Group: SBUS_
// @Group: _SBUS_
// @Path: ../AP_SBusOut/AP_SBusOut.cpp
AP_SUBGROUPINFO(sbus, "_SBUS_", 20, SRV_Channels, AP_SBusOut),