FreeRTOS - RTOS Fundamentals
Identify the error in this FreeRTOS task creation code snippet:
xTaskCreate(TaskFunction, "Task1", 100, NULL, 2, NULL);
xTaskCreate(TaskFunction, "Task1", 100, NULL, 2, NULL);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions