Files

8 lines
93 B
C

#ifndef TCP_SER_TASK_H
#define TCP_SER_TASK_H
void v_tcp_ser_task(void *argument);
#endif