Skip to content

Commit b30b7d1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cores/esp32/esp32-hal-uart.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ static bool _uartTrySetIomuxPin(uart_port_t uart_num, int io_num, uint32_t idx)
315315
if (upin->iomux_func == -1 || upin->default_gpio == -1 || upin->default_gpio != io_num) {
316316
return false;
317317
}
318-
// Assign the correct function to the GPIO.
318+
319+
// Assign the correct function to the GPIO.
319320
assert(upin->iomux_func != -1);
320321
if (uart_num < SOC_UART_HP_NUM) {
321322
if (upin->input) {

0 commit comments

Comments
 (0)