#ifndef __LED_TASK_H #define __LED_TASK_H #include "FreeRTOS.h" #include "task.h" void led_task(void *pvParameters); #endif