mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +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;
|
s->port.txBufferTail = (s->port.txBufferTail + 1) % s->port.txBufferSize;
|
||||||
} else {
|
} else {
|
||||||
USART_ITConfig(s->USARTx, USART_IT_TXE, DISABLE);
|
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