]> git.sur5r.net Git - freertos/blobdiff - Source/queue.c
Update counting semaphore function prototype.
[freertos] / Source / queue.c
index 782408f271b37f94f02feed610b3664f363f68ab..2c6e34215716bf7cdcfc2511424b226b7d65dbd9 100644 (file)
@@ -341,7 +341,7 @@ size_t xQueueSizeInBytes;
 \r
 #if configUSE_COUNTING_SEMAPHORES == 1\r
 \r
-       xQueueHandle xQueueCreateCountingSemaphore( unsigned portBASE_TYPE uxCountValue, unsigned portBASE_TYPE uxInitialCount, portBASE_TYPE xIsRecursive )\r
+       xQueueHandle xQueueCreateCountingSemaphore( unsigned portBASE_TYPE uxCountValue, unsigned portBASE_TYPE uxInitialCount )\r
        {\r
        xQueueHandle pxHandle;\r
        \r