Skip to content

Commit 9e4673b

Browse files
committed
Merge branch 'fix/chip_rst_if_rx_float_when_light_sleep' into 'master'
fix(ESPAT-2401): Fixed a potential reboot issue when uart1 rx is float after entering light-sleep See merge request application/esp-at!1856
2 parents e741666 + 1182702 commit 9e4673b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main/interface/uart/at_uart_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ void at_uart_workaround(void)
251251

252252
// a workaround for uart1 voltage fluctuation issue during light-sleep
253253
gpio_sleep_sel_dis(g_uart_port_pin.tx_pin);
254-
gpio_sleep_sel_dis(g_uart_port_pin.rx_pin);
255254
if (g_uart_port_pin.cts_pin != -1) {
256255
gpio_sleep_sel_dis(g_uart_port_pin.cts_pin);
257256
}

0 commit comments

Comments
 (0)