mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 16:42:36 +00:00
Added the traceTAKE_MUTEX_RECURSIVE_FAILED() macro.
This commit is contained in:
@@ -415,6 +415,10 @@ size_t xQueueSizeInBytes;
|
||||
{
|
||||
( pxMutex->uxRecursiveCallCount )++;
|
||||
}
|
||||
else
|
||||
{
|
||||
traceTAKE_MUTEX_RECURSIVE_FAILED( pxMutex );
|
||||
}
|
||||
}
|
||||
|
||||
return xReturn;
|
||||
|
||||
Reference in New Issue
Block a user