Update counting semaphore function prototype.

This commit is contained in:
Richard Barry 2008-01-27 19:25:11 +00:00
parent 3ddf9a4210
commit 354a57ed5e

View File

@ -341,7 +341,7 @@ size_t xQueueSizeInBytes;
#if configUSE_COUNTING_SEMAPHORES == 1 #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; xQueueHandle pxHandle;