FreeRTOS - Task Creation and Management
Find the problem in this task function:
void Task(void *pvParameters) {
int value = *pvParameters;
// rest of code
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions