Skip to content

Commit 1182702

Browse files
committed
fix(ESPAT-2401): Fixed a potential reboot issue when uart1 rx is float after entering light-sleep
1 parent e741666 commit 1182702

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)