Skip to content

Commit 15bab66

Browse files
authored
fix(uart): Remove useless commentary
Removes a commentary with a question about the inversing polarity function.
1 parent adae99f commit 15bab66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ uart_t *uartBegin(
513513
retCode &= ESP_OK == uart_param_config(uart_nr, &uart_config);
514514
}
515515

516-
// Is it right or the idea is to swap rx and tx pins?
517516
if (retCode) {
518517
if (inverted) {
519518
// invert signal for both Rx and Tx

0 commit comments

Comments
 (0)