]> git.sur5r.net Git - freertos/commitdiff
Update counting semaphore function prototype.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 27 Jan 2008 19:25:11 +0000 (19:25 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 27 Jan 2008 19:25:11 +0000 (19:25 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@145 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/queue.c

index 782408f271b37f94f02feed610b3664f363f68ab..2c6e34215716bf7cdcfc2511424b226b7d65dbd9 100644 (file)
@@ -341,7 +341,7 @@ size_t xQueueSizeInBytes;
 \r
 #if configUSE_COUNTING_SEMAPHORES == 1\r
 \r
 \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
        {\r
        xQueueHandle pxHandle;\r
        \r