FreeRTOS - RTOS Fundamentals
What is wrong with this FreeRTOS task creation code snippet?
TaskHandle_t xHandle = NULL; xTaskCreate(MyTask, "Task", 1000, NULL, 2, xHandle);
