mirror of https://github.com/ArduPilot/ardupilot
Plane: move serial_control case to base class
This commit is contained in:
parent
19e409f7f4
commit
9732b19f04
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue