Skip to content

Commit 2e7bae9

Browse files
authored
fix(uart): commentary style fix
1 parent cdeb4d9 commit 2e7bae9

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
@@ -332,7 +332,7 @@ static esp_err_t _uartInternalSetPin(uart_port_t uart_num, int tx_io_num, int rx
332332
// if tx and rx share the same IO, both signals need to be routed to IOs through GPIO matrix
333333
bool tx_rx_same_io = (tx_io_num == rx_io_num);
334334

335-
/* In the following statements, if the io_num is negative, no need to configure anything. */
335+
// In the following statements, if the io_num is negative, no need to configure anything.
336336
if (tx_io_num >= 0) {
337337
#if CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND || CONFIG_PM_SLP_DISABLE_GPIO
338338
// In such case, IOs are going to switch to sleep configuration (isolate) when entering sleep for power saving reason

0 commit comments

Comments
 (0)