SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
vSemaphoreDelete

semphr. h

void vSemaphoreDelete( SemaphoreHandle_t xSemaphore );

Delete a semaphore. This function must be used with care. For example, do not delete a mutex type semaphore if the mutex is held by a task.

Parameters
xSemaphoreA handle to the semaphore to be deleted.