Rover: fixed RC_Channels parameter docs

This commit is contained in:
Andrew Tridgell 2018-08-04 12:28:09 +10:00
parent 049f61c943
commit 73ccf90087
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
AP_SUBGROUPINFO(servo_channels, "SERVO", 3, ParametersG2, SRV_Channels),
// @Group: RC
// @Path: ../libraries/RC_Channel/RC_Channels.cpp
// @Path: ../libraries/RC_Channel/RC_Channels_VarInfo.h
AP_SUBGROUPINFO(rc_channels, "RC", 4, ParametersG2, RC_Channels_Rover),
#if ADVANCED_FAILSAFE == ENABLED