Plane: move serial_control case to base class

This commit is contained in:
Peter Barker 2017-08-17 20:05:08 +10:00 committed by Francisco Ferreira
parent 19e409f7f4
commit 9732b19f04
1 changed files with 0 additions and 4 deletions

View File

@ -1583,10 +1583,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
break; break;
} }
case MAVLINK_MSG_ID_SERIAL_CONTROL:
handle_serial_control(msg, plane.gps);
break;
case MAVLINK_MSG_ID_DISTANCE_SENSOR: case MAVLINK_MSG_ID_DISTANCE_SENSOR:
plane.rangefinder.handle_msg(msg); plane.rangefinder.handle_msg(msg);
break; break;