mirror of
https://github.com/a2633063/zTC1.git
synced 2025-12-11 06:18:12 +08:00
15 lines
170 B
C
15 lines
170 B
C
|
|
#ifndef __USER_UDP_H_
|
|
#define __USER_UDP_H_
|
|
|
|
|
|
#include "mico.h"
|
|
#include "MiCOKit_EXT.h"
|
|
|
|
OSStatus user_udp_init( void );
|
|
OSStatus user_udp_send( char *arg );
|
|
|
|
|
|
|
|
#endif
|