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 0f20fcb commit 248b61eCopy full SHA for 248b61e
components/hal/esp32c61/include/hal/uart_ll.h
@@ -30,7 +30,7 @@ extern "C" {
30
// Get UART hardware instance with giving uart num
31
#define UART_LL_GET_HW(num) (((num) == UART_NUM_0) ? (&UART0) : (((num) == UART_NUM_1) ? (&UART1) : (&UART2)))
32
33
-#define UART_LL_MIN_WAKEUP_THRESH (2)
+#define UART_LL_MIN_WAKEUP_THRESH (3)
34
#define UART_LL_INTR_MASK (0x7ffff) //All interrupt mask
35
36
#define UART_LL_FSM_IDLE (0x0)
0 commit comments