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 9555ed4 commit 39a2080Copy full SHA for 39a2080
cores/esp32/esp32-hal-uart.c
@@ -106,9 +106,7 @@ static void uart_event_task(void *args)
106
switch(event.type) {
107
//Event of UART receving data
108
case UART_DATA:
109
- UART_MUTEX_LOCK();
110
if(uart->onReceive) uart->onReceive();
111
- UART_MUTEX_UNLOCK();
112
break;
113
//Event of HW FIFO overflow detected
114
case UART_FIFO_OVF:
0 commit comments