Skip to content

Commit 05d9ab5

Browse files
authored
fix(uart): Remove commentary
Removes a commentary with a question about the inversing polarity function.
1 parent 6c6b909 commit 05d9ab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/esp32-hal-uart.c

-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ uart_t* uartBegin(uint8_t uart_nr, uint32_t baudrate, uint32_t config, int8_t rx
434434

435435
if (retCode) retCode &= ESP_OK == uart_param_config(uart_nr, &uart_config);
436436

437-
// Is it right or the idea is to swap rx and tx pins?
438437
if (retCode) {
439438
if (inverted) {
440439
// invert signal for both Rx and Tx

0 commit comments

Comments
 (0)