Skip to content

Commit c74f4e9

Browse files
authored
feat(uart): standard verbose log message
1 parent c409993 commit c74f4e9

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
@@ -879,7 +879,7 @@ uart_t *uartBegin(
879879
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, _inv_mask);
880880
if (retCode) {
881881
uart->inv_mask = _inv_mask;
882-
log_v("Inverted RX and TX signals within UART%d", uart_nr);
882+
log_v("UART%d: RX and TX signals are set to be inverted.", uart_nr);
883883
}
884884
} else {
885885
// disable invert signal for both Rx and Tx

0 commit comments

Comments
 (0)