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.
|
|
|
#ifndef APP_TASK_UART0_H
|
|
|
|
#define APP_TASK_UART0_H
|
|
|
|
|
|
|
|
#include "../ctask/task.h"
|
|
|
|
#include "../tpc/modbus.h"
|
|
|
|
|
|
|
|
extern void L3_task_modbus_handler(Ts_uart_recv_buf *ph4);
|
|
|
|
|
|
|
|
#endif
|