Skip to content

Commit 9255202

Browse files
authored
fix(uart): commentaries style fix
1 parent b30b7d1 commit 9255202

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
@@ -316,7 +316,7 @@ static bool _uartTrySetIomuxPin(uart_port_t uart_num, int io_num, uint32_t idx)
316316
return false;
317317
}
318318

319-
// Assign the correct function to the GPIO.
319+
// Assign the correct function to the GPIO.
320320
assert(upin->iomux_func != -1);
321321
if (uart_num < SOC_UART_HP_NUM) {
322322
if (upin->input) {

0 commit comments

Comments
 (0)