mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Reinstate UART TX DMA for F7 (HAL driver)
This commit is contained in:
parent
9ab8370379
commit
82a4d42b0e
3 changed files with 34 additions and 29 deletions
|
@ -171,11 +171,7 @@ extern uartDevice_t *uartDevmap[];
|
|||
|
||||
extern const struct serialPortVTable uartVTable[];
|
||||
|
||||
#ifdef USE_HAL_DRIVER
|
||||
void uartStartTxDMA(uartPort_t *s);
|
||||
#else
|
||||
void uartTryStartTxDMA(uartPort_t *s);
|
||||
#endif
|
||||
|
||||
uartPort_t *serialUART(UARTDevice_e device, uint32_t baudRate, portMode_e mode, portOptions_e options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue