Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
39a20809
Unverified
Commit
39a20809
authored
Jan 31, 2022
by
Rodrigo Garcia
Committed by
GitHub
Jan 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes onReceive deadlock (#6201)
parent
9555ed4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
cores/esp32/esp32-hal-uart.c
cores/esp32/esp32-hal-uart.c
+0
-2
No files found.
cores/esp32/esp32-hal-uart.c
View file @
39a20809
...
...
@@ -106,9 +106,7 @@ static void uart_event_task(void *args)
switch
(
event
.
type
)
{
//Event of UART receving data
case
UART_DATA
:
UART_MUTEX_LOCK
();
if
(
uart
->
onReceive
)
uart
->
onReceive
();
UART_MUTEX_UNLOCK
();
break
;
//Event of HW FIFO overflow detected
case
UART_FIFO_OVF
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment