AntennaTracker: fix documentation

This commit is contained in:
Michael Oborne 2014-10-10 21:48:39 +08:00 committed by Randy Mackay
parent 4a397a8d67
commit e8303475e8
1 changed files with 2 additions and 4 deletions

View File

@ -125,16 +125,14 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: PROXY_MODE
// @DisplayName: Also act as a MAVLink proxy for a vehicle
// @Description: If true, the tracker will act as a MAVlink proxy for a remote vehicle, and will eavesdrop vehicle position reports.
// @Units: boolean
// @Increment: 1
// @Range: 0 1
// @Values: 0:Off,1:On
// @User: Standard
GSCALAR(proxy_mode, "PROXY_MODE", 0),
// @Param: SERVO_TYPE
// @DisplayName: Type of servo system being used
// @Description: This allows selection of position servos or on/off servos
// @Values: Position:0,OnOff:1
// @Values: 0:Position,1:OnOff
// @User: Standard
GSCALAR(servo_type, "SERVO_TYPE", SERVO_TYPE_POSITION),