We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4872527 commit 79f599aCopy full SHA for 79f599a
drivers/serial/lpuart_esp32.c
@@ -109,9 +109,6 @@ static int lp_uart_esp32_param_config(const struct device *dev)
109
lp_uart_ll_set_source_clk(data->hal.dev, cfg->lp_uart_source_clk);
110
lp_uart_ll_sclk_enable(0);
111
112
- /* Initialize LP UART HAL with default parameters */
113
- uart_hal_init(&data->hal, LP_UART_NUM_0);
114
-
115
/* Set protocol parameters from the configuration */
116
lp_uart_ll_set_baudrate(data->hal.dev, cfg->baud_rate, sclk_freq);
117
uart_hal_set_parity(&data->hal, cfg->parity);
0 commit comments