/** * TODO file description */ #ifndef METEO_TASK_H #define METEO_TASK_H void meteo_task(void* pvParameters); #endif //METEO_TASK_H