You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
224 B

4 years ago
#ifndef APP_TASK_UART0_H
#define APP_TASK_UART0_H
#include "../ctask/task.h"
#include "../tpc/modbus.h"
extern void L3_task_modbus_handler(TP_Handler_X *ph4);
extern void L3_task_modbus_handler2(TP_Handler_X *ph4);
#endif