-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
externals/nrf52: Fix bug that multiple API executions do not work well
APIs are executed in multi-thread and the timings match, the late API thread keep running forever and the preceding API tasks freezes. Fix the bug by introducing lock and unlock with mutex and condition variable of pthread.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters