Sub: move serial_control case to base class
This commit is contained in:
parent
9732b19f04
commit
8c8fe4b1bb
@ -1425,10 +1425,6 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg)
|
||||
break;
|
||||
}
|
||||
|
||||
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
||||
handle_serial_control(msg, sub.gps);
|
||||
break;
|
||||
|
||||
#if AC_FENCE == ENABLED
|
||||
// send or receive fence points with GCS
|
||||
case MAVLINK_MSG_ID_FENCE_POINT: // MAV ID: 160
|
||||
|
Loading…
Reference in New Issue
Block a user