X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Source%2Fqueue.c;h=e08cc2878797bb03b1152e50ed3aa9d83f635cbb;hb=abeb7e295352dd06f646c0fc70884d28a326e0ff;hp=ae1eeb97a3bfd45b0589dcb6192ffafc1b8bc73e;hpb=538727ec98136c0ab46ac467e2b42a8fbf7e5ba9;p=freertos diff --git a/Source/queue.c b/Source/queue.c index ae1eeb97a..e08cc2878 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.3 - Copyright (C) 2010 Real Time Engineers Ltd. + FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd. *************************************************************************** * * @@ -10,7 +10,7 @@ * + Looking for basic training, * * + Wanting to improve your FreeRTOS skills and productivity * * * - * then take a look at the FreeRTOS eBook * + * then take a look at the FreeRTOS books - available as PDF or paperback * * * * "Using the FreeRTOS Real Time Kernel - a Practical Guide" * * http://www.FreeRTOS.org/Documentation * @@ -415,6 +415,10 @@ size_t xQueueSizeInBytes; { ( pxMutex->uxRecursiveCallCount )++; } + else + { + traceTAKE_MUTEX_RECURSIVE_FAILED( pxMutex ); + } } return xReturn;