mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL: add accessor for UART dma status
This commit is contained in:
parent
e26fc95352
commit
4d4d3683b6
@ -119,4 +119,9 @@ public:
|
|||||||
virtual uint32_t bw_in_kilobytes_per_second() const {
|
virtual uint32_t bw_in_kilobytes_per_second() const {
|
||||||
return 57;
|
return 57;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
return true if this UART has DMA enabled on both RX and TX
|
||||||
|
*/
|
||||||
|
virtual bool is_dma_enabled() const { return false; }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user