1
0
Fork 0
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:
jflyper 2018-10-20 21:31:49 +09:00
parent 9ab8370379
commit 82a4d42b0e
3 changed files with 34 additions and 29 deletions

View file

@ -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);