Skip to content

Commit 75f8386

Browse files
committed
Copter: correct documentation on transmitter tuning knob
1 parent 94c047e commit 75f8386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArduCopter/Parameters.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -864,13 +864,13 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
864864

865865
// @Param: TUNE_MIN
866866
// @DisplayName: Tuning minimum
867-
// @Description: Minimum value that the parameter currently being tuned with the transmitter's channel 6 knob will be set to
867+
// @Description: Minimum value that the parameter currently being tuned with the transmitter's TRANSMITTER_TUNING knob will be set to
868868
// @User: Standard
869869
AP_GROUPINFO("TUNE_MIN", 31, ParametersG2, tuning_min, 0),
870870

871871
// @Param: TUNE_MAX
872872
// @DisplayName: Tuning maximum
873-
// @Description: Maximum value that the parameter currently being tuned with the transmitter's channel 6 knob will be set to
873+
// @Description: Maximum value that the parameter currently being tuned with the transmitter's TRANSMITTER_TUNING knob will be set to
874874
// @User: Standard
875875
AP_GROUPINFO("TUNE_MAX", 32, ParametersG2, tuning_max, 0),
876876

0 commit comments

Comments
 (0)