X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Source%2Fqueue.c;h=2c6e34215716bf7cdcfc2511424b226b7d65dbd9;hb=b89ff23ad1eb34ce1a56e43410ec663b03056072;hp=782408f271b37f94f02feed610b3664f363f68ab;hpb=0599ede63d5ea00cb83ebc0f12776419e3a56efa;p=freertos diff --git a/Source/queue.c b/Source/queue.c index 782408f27..2c6e34215 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -341,7 +341,7 @@ size_t xQueueSizeInBytes; #if configUSE_COUNTING_SEMAPHORES == 1 - xQueueHandle xQueueCreateCountingSemaphore( unsigned portBASE_TYPE uxCountValue, unsigned portBASE_TYPE uxInitialCount, portBASE_TYPE xIsRecursive ) + xQueueHandle xQueueCreateCountingSemaphore( unsigned portBASE_TYPE uxCountValue, unsigned portBASE_TYPE uxInitialCount ) { xQueueHandle pxHandle;