forked from ccsens_hardware/ttss_sop
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.
9 lines
169 B
9 lines
169 B
#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);
|
|
|
|
#endif
|
|
|