mirror of https://github.com/ArduPilot/ardupilot
Rover: move serial_control case to base class
This commit is contained in:
parent
154b212545
commit
ee39ec3751
|
@ -1274,10 +1274,6 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
|
|||
break;
|
||||
}
|
||||
|
||||
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
||||
handle_serial_control(msg, rover.gps);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_DISTANCE_SENSOR:
|
||||
rover.rangefinder.handle_msg(msg);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue