mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -04:00
Update doxygen comments.
This commit is contained in:
parent
a6db135add
commit
1e17924fa8
4 changed files with 31 additions and 23 deletions
|
@ -770,7 +770,7 @@ typedef xQueueHandle xSemaphoreHandle;
|
|||
*
|
||||
* @param xSemaphore A handle to the semaphore to be deleted.
|
||||
*
|
||||
* \page vSemaphoreDelete vSemaphoreDelete
|
||||
* \defgroup vSemaphoreDelete vSemaphoreDelete
|
||||
* \ingroup Semaphores
|
||||
*/
|
||||
#define vSemaphoreDelete( xSemaphore ) vQueueDelete( ( xQueueHandle ) ( xSemaphore ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue