Skip to content

Commit f023b27

Browse files
fix(uart): Update comment
Co-authored-by: Jan Procházka <[email protected]>
1 parent 15bab66 commit f023b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/esp32-hal-uart.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ uart_t *uartBegin(
518518
// invert signal for both Rx and Tx
519519
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, UART_SIGNAL_TXD_INV | UART_SIGNAL_RXD_INV);
520520
} else {
521-
// invert signal for both Rx and Tx
521+
// disable invert signal for both Rx and Tx
522522
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, UART_SIGNAL_INV_DISABLE);
523523
}
524524
}

0 commit comments

Comments
 (0)