mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL: add UART baudrate accessor
This commit is contained in:
parent
e27ab1ebc6
commit
7715e097a6
@ -135,6 +135,8 @@ public:
|
|||||||
return 57;
|
return 57;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual uint32_t get_baud_rate() const { return 0; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return true if this UART has DMA enabled on both RX and TX
|
return true if this UART has DMA enabled on both RX and TX
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user