Skip to content

Commit ffe7769

Browse files
authored
feat(uart): add not inverted verbose log message
1 parent c74f4e9 commit ffe7769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/esp32-hal-uart.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@ uart_t *uartBegin(
886886
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, UART_SIGNAL_INV_DISABLE);
887887
if (retCode) {
888888
uart->inv_mask = UART_SIGNAL_INV_DISABLE;
889+
log_v("UART%d: RX and TX signals are set not inverted.", uart_nr);
889890
}
890891
}
891892
}

0 commit comments

Comments
 (0)