mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: remove landinggear switch message
This commit is contained in:
parent
b818401563
commit
467caa5259
|
@ -544,7 +544,6 @@ const RC_Channel::LookupTable RC_Channel::lookuptable[] = {
|
|||
{ AUX_FUNC::MISSION_RESET,"MissionReset"},
|
||||
{ AUX_FUNC::RETRACT_MOUNT,"RetractMount"},
|
||||
{ AUX_FUNC::RELAY,"Relay1"},
|
||||
{ AUX_FUNC::LANDING_GEAR,"Landing"},
|
||||
{ AUX_FUNC::MOTOR_ESTOP,"MotorEStop"},
|
||||
{ AUX_FUNC::MOTOR_INTERLOCK,"MotorInterlock"},
|
||||
{ AUX_FUNC::RELAY2,"Relay2"},
|
||||
|
|
Loading…
Reference in New Issue