mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update counting semaphore function prototype.
This commit is contained in:
parent
3ddf9a4210
commit
354a57ed5e
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue