X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Source%2Fqueue.c;h=e08cc2878797bb03b1152e50ed3aa9d83f635cbb;hb=abeb7e295352dd06f646c0fc70884d28a326e0ff;hp=8223f851552bb3043c98edcca6c7451528dc529f;hpb=cadef391a78103e160e1ee8452a56275644bfc08;p=freertos diff --git a/Source/queue.c b/Source/queue.c index 8223f8515..e08cc2878 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -1,5 +1,5 @@ /* - FreeRTOS V6.0.2 - 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;