mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Add comment to explain iridium exception in the mavlink module
This commit is contained in:
committed by
Beat Küng
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user