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.

12 lines
256 B

4 years ago
#ifndef APP_TASK_UART0_H
#define APP_TASK_UART0_H
#include "common.h"
#include "../ctask/task.h"
#include "../tpc/tpc_modbus.h"
//extern void L3_task_uart0_handler(TS_Handle_PH3 *ph3);
extern void L3_task_uart0_modbus_handler(TP_Handler_X *ph4);
#endif