mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-26 11:42:57 +08:00
Update counting semaphore function prototype.
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user