forked from Archive/PX4-Autopilot
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) {
|
if (_uart_fd < 0 || _mode == MAVLINK_MODE_IRIDIUM) {
|
||||||
return _uart_fd;
|
return _uart_fd;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue