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
264 B
12 lines
264 B
1 year ago
|
#ifndef APP_TASK_UART0_H
|
||
|
#define APP_TASK_UART0_H
|
||
|
|
||
|
///#include "common.h"
|
||
|
#include "../ctask/TTSS_task.h"
|
||
|
#include "../tpc/tpc_modbus.h"
|
||
|
|
||
|
//extern void L3_task_uart0_handler(TS_Handle_PH3 *ph3);
|
||
|
extern void L3_task_uart0_modbus_handler(Ts_uart_rev_ *ph4);
|
||
|
|
||
|
#endif
|