From 051f30990c6979a7dcb93a23519fd825a23af28b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 9 Dec 2017 08:08:00 +1100 Subject: [PATCH] SRV_channel: fixed doc names of VOLZ and SBUS thanks to Mark for noticing --- libraries/SRV_Channel/SRV_Channels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/SRV_Channel/SRV_Channels.cpp b/libraries/SRV_Channel/SRV_Channels.cpp index dbb5778677..5258c41a02 100644 --- a/libraries/SRV_Channel/SRV_Channels.cpp +++ b/libraries/SRV_Channel/SRV_Channels.cpp @@ -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),