X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Source%2Fqueue.c;h=e08cc2878797bb03b1152e50ed3aa9d83f635cbb;hb=abeb7e295352dd06f646c0fc70884d28a326e0ff;hp=17e37cf45ba2d8f8f3df90478a185d532d937568;hpb=1104a8b8a3f95f7aa76fce4650dbf5f6692ce978;p=freertos diff --git a/Source/queue.c b/Source/queue.c index 17e37cf45..e08cc2878 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -415,6 +415,10 @@ size_t xQueueSizeInBytes; { ( pxMutex->uxRecursiveCallCount )++; } + else + { + traceTAKE_MUTEX_RECURSIVE_FAILED( pxMutex ); + } } return xReturn;