mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 11:04:07 +08:00
Add comment to explain iridium exception in the mavlink module
This commit is contained in:
parent
eb215358fc
commit
be35f5555c
@ -609,6 +609,10 @@ Mavlink::mavlink_open_uart(const int baud, const char *uart_name, const bool for
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Return here in the iridium mode since the iridium driver does not
|
||||
* support the subsequent function calls.
|
||||
*/
|
||||
if (_uart_fd < 0 || _mode == MAVLINK_MODE_IRIDIUM) {
|
||||
return _uart_fd;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user