mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Rover: move MAV_CMD_START_RX_PAIR handling to base class
This commit is contained in:
parent
a7e57aa3fc
commit
a963a80b91
@ -798,9 +798,6 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
|
||||
// do command
|
||||
|
||||
switch (packet.command) {
|
||||
case MAV_CMD_START_RX_PAIR:
|
||||
result = handle_rc_bind(packet);
|
||||
break;
|
||||
|
||||
case MAV_CMD_NAV_RETURN_TO_LAUNCH:
|
||||
rover.set_mode(RTL);
|
||||
|
Loading…
Reference in New Issue
Block a user