#include "task_function.h" #include "freertos_start.h" #include "platform.h" void main_task(void *pvParameters) { INTERNAL_NOT_USED(pvParameters); /* Create all other application tasks here */ while(1); /* vTaskDelete(NULL); */ }