Skip to content

Commit ade185b

Browse files
SuGliderCopilot
andauthored
fix(uart): commentary typo error
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bf51428 commit ade185b

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
@@ -308,7 +308,7 @@ static bool _uartTrySetIomuxPin(uart_port_t uart_num, int io_num, uint32_t idx)
308308
assert(upin->iomux_func != -1);
309309
if (uart_num < SOC_UART_HP_NUM) {
310310
gpio_iomux_out(io_num, upin->iomux_func, false);
311-
// If the pin is input, we also have to redirect the signal, in order to bypasse the GPIO matrix.
311+
// If the pin is input, we also have to redirect the signal, in order to bypass the GPIO matrix.
312312
if (upin->input) {
313313
gpio_iomux_in(io_num, upin->signal);
314314
}

0 commit comments

Comments
 (0)