Skip to content

Commit 484b42d

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 37815e8 commit 484b42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ uart_t *uartBegin(
875875
if (inverted) {
876876
// invert signal for both Rx and Tx
877877
uint32_t _inv_mask = uart->inv_mask;
878-
_inv_mask |= UART_SIGNAL_TXD_INV | UART_SIGNAL_RXD_INV;
878+
_inv_mask |= UART_SIGNAL_TXD_INV | UART_SIGNAL_RXD_INV;
879879
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, _inv_mask);
880880
if (retCode) {
881881
uart->inv_mask = _inv_mask;

0 commit comments

Comments
 (0)