mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: added support for SERIAL_CONTROL message
This commit is contained in:
parent
67ed5b73ef
commit
f7858bfb0a
@ -1686,6 +1686,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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user