mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
SerialManager: support for 4th mavlink channel
This commit is contained in:
parent
62e7e8cc7d
commit
facbfaf31f
@ -228,6 +228,10 @@ bool AP_SerialManager::get_mavlink_channel(enum SerialProtocol protocol, uint8_t
|
||||
mav_chan = MAVLINK_COMM_2;
|
||||
return true;
|
||||
}
|
||||
if (instance == 2) {
|
||||
mav_chan = MAVLINK_COMM_3;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// report failure
|
||||
|
Loading…
Reference in New Issue
Block a user