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