1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Revert to uartStartTxDMA for F7

Also revert target.h for NERO (used for testing)
This commit is contained in:
jflyper 2017-06-25 19:40:44 +09:00
parent 1dc5486e02
commit 563c340ab5
2 changed files with 4 additions and 3 deletions

View file

@ -161,7 +161,11 @@ 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 device, uint32_t baudRate, portMode_t mode, portOptions_t options);