mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: fixed get_baud_rate()
This commit is contained in:
parent
ad93f871d4
commit
b4160ddd93
|
@ -56,6 +56,8 @@ public:
|
|||
|
||||
uint32_t bw_in_bytes_per_second() const override;
|
||||
|
||||
uint32_t get_baud_rate() const override { return _baudrate; }
|
||||
|
||||
private:
|
||||
AP_HAL::OwnPtr<SerialDevice> _device;
|
||||
bool _console;
|
||||
|
|
Loading…
Reference in New Issue