Skip to content

Commit bf51428

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

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
@@ -304,7 +304,7 @@ static bool _uartTrySetIomuxPin(uart_port_t uart_num, int io_num, uint32_t idx)
304304
return false;
305305
}
306306

307-
// Assign the correct funct to the GPIO.
307+
// Assign the correct function to the GPIO.
308308
assert(upin->iomux_func != -1);
309309
if (uart_num < SOC_UART_HP_NUM) {
310310
gpio_iomux_out(io_num, upin->iomux_func, false);

0 commit comments

Comments
 (0)