Copter: move MAV_CMD_START_RX_PAIR handling to base class

This commit is contained in:
Peter Barker 2017-07-17 09:49:33 +10:00 committed by Francisco Ferreira
parent a963a80b91
commit ecda9116ba

View File

@ -1002,10 +1002,6 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
switch(packet.command) {
case MAV_CMD_START_RX_PAIR:
result = handle_rc_bind(packet);
break;
case MAV_CMD_NAV_TAKEOFF: {
// param3 : horizontal navigation by pilot acceptable
// param4 : yaw angle (not supported)