mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
15 lines
162 B
C
15 lines
162 B
C
|
|
#ifndef __USER_UDP_H_
|
|
#define __USER_UDP_H_
|
|
|
|
|
|
#include "mico.h"
|
|
#include "micokit_ext.h"
|
|
|
|
OSStatus UserUdpInit(void);
|
|
OSStatus UserUdpSend(char *arg);
|
|
|
|
|
|
|
|
#endif
|