1234567891011121314151617181920212223 |
- #ifndef _TASK_COMMUNICATION_H_
- #define _TASK_COMMUNICATION_H_
- //-------------˽Óаüº¬
- #include "FreeRTOS.h"
- #include "task.h"
- #include "main.h"
- #include "cmsis_os.h"
- #include "gpio.h"
- #include "stdio.h"
- #include "electronicFence.h"
- #include "EC800_FTP_OTA.h"
- #include "comm_car_485.h"
- #include "EC800.h"
- #include "task_ec800_upload.h"
- //-------------º¯ÊýÉùÃ÷
- extern void task_communication_content(void);
- #endif
|