Skip to content

Commit c6ff1b1

Browse files
committed
Rover: remove redundant @values from parameter documentation
1 parent 2647c50 commit c6ff1b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rover/Parameters.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const AP_Param::Info Rover::var_info[] = {
6161
// @DisplayName: GCS PID tuning mask
6262
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
6363
// @User: Advanced
64-
// @Values: 0:None,1:Steering,2:Throttle,4:Pitch,8:Left Wheel,16:Right Wheel,32:Sailboat Heel,64:Velocity North,128:Velocity East
6564
// @Bitmask: 0:Steering,1:Throttle,2:Pitch,3:Left Wheel,4:Right Wheel,5:Sailboat Heel,6:Velocity North,7:Velocity East
6665
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
6766

@@ -636,7 +635,6 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
636635
// @Param: FS_OPTIONS
637636
// @DisplayName: Failsafe Options
638637
// @Description: Bitmask to enable failsafe options
639-
// @Values: 0:None,1:Failsafe enabled in Hold mode
640638
// @Bitmask: 0:Failsafe enabled in Hold mode
641639
// @User: Advanced
642640
AP_GROUPINFO("FS_OPTIONS", 48, ParametersG2, fs_options, 0),

0 commit comments

Comments
 (0)