From 59cd468444a842a26068e378a5f57d0773d8a0af Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Aug 2018 12:28:09 +1000 Subject: [PATCH] Copter: fixed RC_Channels parameter docs --- ArduCopter/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index 49f6ac31ed..529500d5bc 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -879,7 +879,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { AP_SUBGROUPINFO(servo_channels, "SERVO", 16, 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", 17, ParametersG2, RC_Channels_Copter), #if VISUAL_ODOMETRY_ENABLED == ENABLED