mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: remove redundant @Values from parameter documentation
This commit is contained in:
parent
5cef031ce5
commit
2779f6ebee
|
@ -518,7 +518,6 @@ const AP_Param::Info Tracker::var_info[] = {
|
||||||
// @DisplayName: GCS PID tuning mask
|
// @DisplayName: GCS PID tuning mask
|
||||||
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
|
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @Values: 0:None,1:Pitch,2:Yaw
|
|
||||||
// @Bitmask: 0:Pitch,1:Yaw
|
// @Bitmask: 0:Pitch,1:Yaw
|
||||||
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
|
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
|
||||||
|
|
||||||
|
@ -556,7 +555,6 @@ const AP_Param::Info Tracker::var_info[] = {
|
||||||
// @DisplayName: Auto mode options
|
// @DisplayName: Auto mode options
|
||||||
// @Description: 1: Scan for unknown target
|
// @Description: 1: Scan for unknown target
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @Values: 0:None, 1: Scan for unknown target in auto mode
|
|
||||||
// @Bitmask: 0:Scan for unknown target
|
// @Bitmask: 0:Scan for unknown target
|
||||||
GSCALAR(auto_opts, "AUTO_OPTIONS", 0),
|
GSCALAR(auto_opts, "AUTO_OPTIONS", 0),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue