FreeRTOS - RTOS Fundamentals
Consider this FreeRTOS task priority setup:
Task A priority = 3 Task B priority = 2 Task C priority = 1If Task A blocks for 100ms using
vTaskDelay(), which task runs next?