forked from Imagelibrary/rtems
score: Fix intenal mutex attributes
A mutex must be released by its owner.
This commit is contained in:
@@ -53,7 +53,7 @@ void _API_Mutex_Allocate(
|
||||
|
||||
CORE_mutex_Attributes attr = {
|
||||
CORE_MUTEX_NESTING_ACQUIRES,
|
||||
false,
|
||||
true,
|
||||
CORE_MUTEX_DISCIPLINES_PRIORITY_INHERIT,
|
||||
0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user