Skip to content

Commit

Permalink
Update xSemaphoreGetStaticBuffer prototype in comment (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
  • Loading branch information
chinglee-iot and aggarg authored Jul 17, 2023
1 parent 54b1356 commit c3dc20f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/semphr.h
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,8 @@ typedef QueueHandle_t SemaphoreHandle_t;
/**
* semphr.h
* @code{c}
* BaseType_t xSemaphoreGetStaticBuffer( SemaphoreHandle_t xSemaphore );
* BaseType_t xSemaphoreGetStaticBuffer( SemaphoreHandle_t xSemaphore,
* StaticSemaphore_t ** ppxSemaphoreBuffer );
* @endcode
*
* Retrieve pointer to a statically created binary semaphore, counting semaphore,
Expand Down

0 comments on commit c3dc20f

Please sign in to comment.