-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
esp-nimble: Fix debugging assertion on mutex for freertos.
When multiple threads are active, current debugging code requires owner of the mutex to be known. Mainstream code does not port these debugs for freertos. With this change the debugs are functioning as intended.
- Loading branch information
1 parent
23e580f
commit 13eb2ff
Showing
1 changed file
with
13 additions
and
5 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