mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update xSemaphoreGetStaticBuffer prototype in comment (#704)
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
parent
54b13568e4
commit
c3dc20fdb4
|
@ -1193,7 +1193,8 @@ typedef QueueHandle_t SemaphoreHandle_t;
|
||||||
/**
|
/**
|
||||||
* semphr.h
|
* semphr.h
|
||||||
* @code{c}
|
* @code{c}
|
||||||
* BaseType_t xSemaphoreGetStaticBuffer( SemaphoreHandle_t xSemaphore );
|
* BaseType_t xSemaphoreGetStaticBuffer( SemaphoreHandle_t xSemaphore,
|
||||||
|
* StaticSemaphore_t ** ppxSemaphoreBuffer );
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* Retrieve pointer to a statically created binary semaphore, counting semaphore,
|
* Retrieve pointer to a statically created binary semaphore, counting semaphore,
|
||||||
|
|
Loading…
Reference in a new issue