mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Revert 12577 change for F4 (#12969)
This commit is contained in:
parent
1485438c40
commit
293e14e8bd
1 changed files with 0 additions and 3 deletions
|
@ -390,9 +390,6 @@ void uartIrqHandler(uartPort_t *s)
|
|||
s->port.txBufferTail = (s->port.txBufferTail + 1) % s->port.txBufferSize;
|
||||
} else {
|
||||
USART_ITConfig(s->USARTx, USART_IT_TXE, DISABLE);
|
||||
|
||||
// Switch TX to an input with pullup so it's state can be monitored
|
||||
uartTxMonitor(s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue