Rover: added SERIAL_CONTROL support

This commit is contained in:
Andrew Tridgell 2014-04-04 13:55:32 +11:00
parent 454d1f26c3
commit 87c77dc07f

View File

@ -1355,6 +1355,12 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
}
break;
#if HAL_CPU_CLASS > HAL_CPU_CLASS_16
case MAVLINK_MSG_ID_SERIAL_CONTROL:
handle_serial_control(msg, gps);
break;
#endif
default:
// forward unknown messages to the other link if there is one
for (uint8_t i=0; i<num_gcs; i++) {