We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b1356 commit c3dc20fCopy full SHA for c3dc20f
include/semphr.h
@@ -1193,7 +1193,8 @@ typedef QueueHandle_t SemaphoreHandle_t;
1193
/**
1194
* semphr.h
1195
* @code{c}
1196
- * BaseType_t xSemaphoreGetStaticBuffer( SemaphoreHandle_t xSemaphore );
+ * BaseType_t xSemaphoreGetStaticBuffer( SemaphoreHandle_t xSemaphore,
1197
+ * StaticSemaphore_t ** ppxSemaphoreBuffer );
1198
* @endcode
1199
*
1200
* Retrieve pointer to a statically created binary semaphore, counting semaphore,
0 commit comments