mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
GCS_MAVLink: add get_uart accessor
use by flight code to print messages during startup
This commit is contained in:
parent
1275ff7d40
commit
0c3a8f585a
@ -79,6 +79,9 @@ public:
|
||||
msg_snoop = _msg_snoop;
|
||||
}
|
||||
|
||||
// accessor for uart
|
||||
AP_HAL::UARTDriver *get_uart() { return _port; }
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
// set to true if this GCS link is active
|
||||
|
Loading…
Reference in New Issue
Block a user