mirror of https://github.com/ArduPilot/ardupilot
Rover: fixed RC_Channels parameter docs
This commit is contained in:
parent
049f61c943
commit
73ccf90087
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue