Group vTaskResume
Detailed Description
task. h
INCLUDE_vTaskSuspend must be defined as 1 for this function to be available. See the configuration section for more information.
Resumes a suspended task.
A task that has been suspended by one or more calls to vTaskSuspend () will be made available for running again by a single call to vTaskResume ().
Parameters:
xTaskToResume
Handle to the task being readied.
Example usage: