Skip to content

Commit

Permalink
Update xSemaphoreGetStaticBuffer prototype in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 13, 2023
1 parent 18e2937 commit 5ca617d
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 5ca617d

Please sign in to comment.