mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_HAL: added serial option for disabling FIFO on uarts
This commit is contained in:
parent
0579870593
commit
c37310b966
@ -74,6 +74,7 @@ public:
|
||||
OPTION_NODMA_RX = (1U<<8), // don't use DMA for RX
|
||||
OPTION_NODMA_TX = (1U<<9), // don't use DMA for TX
|
||||
OPTION_MAVLINK_NO_FORWARD = (1U<<10), // don't forward MAVLink data to or from this device
|
||||
OPTION_NOFIFO = (1U<<11), // disable hardware FIFO
|
||||
};
|
||||
|
||||
enum flow_control {
|
||||
|
Loading…
Reference in New Issue
Block a user