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:
parent
1dc5486e02
commit
563c340ab5
2 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue