9ceb218f80
Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
93 B
C
8 lines
93 B
C
#ifndef TCP_SER_TASK_H
|
|
#define TCP_SER_TASK_H
|
|
|
|
void v_tcp_ser_task(void *argument);
|
|
|
|
#endif
|
|
|