mirror of https://github.com/ArduPilot/ardupilot
SRV_channel: fixed doc names of VOLZ and SBUS
thanks to Mark for noticing
This commit is contained in:
parent
c4734484e7
commit
051f30990c
|
@ -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…
Reference in New Issue