mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 10:30:25 +08:00
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