Skip to content

Commit

Permalink
Revert 12577 change for F4 (betaflight#12969)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored and davidbitton committed Feb 5, 2024
1 parent ae595d7 commit 56862fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/drivers/stm32/serial_uart_stm32f4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 56862fe

Please sign in to comment.