Browse Source

SRV_channel: fixed doc names of VOLZ and SBUS

thanks to Mark for noticing
mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
051f30990c
  1. 4
      libraries/SRV_Channel/SRV_Channels.cpp

4
libraries/SRV_Channel/SRV_Channels.cpp

@ -114,11 +114,11 @@ const AP_Param::GroupInfo SRV_Channels::var_info[] = { @@ -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),

Loading…
Cancel
Save