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;