Skip to content

Commit 9d045f3

Browse files
authored
Update esp32-hal-uart.c
1 parent 6f0713a commit 9d045f3

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
@@ -100,7 +100,7 @@ void uartEnableInterrupt(uart_t* uart)
100100
{
101101
UART_MUTEX_LOCK();
102102
uart->dev->conf1.rxfifo_full_thrhd = 112;
103-
uart->dev->conf1.rx_tout_thrhd = 2;
103+
uart->dev->conf1.rx_tout_thrhd = 10;
104104
uart->dev->conf1.rx_tout_en = 1;
105105
uart->dev->int_ena.rxfifo_full = 1;
106106
uart->dev->int_ena.frm_err = 1;

0 commit comments

Comments
 (0)