Files
zTC1/TC1/user_sntp.h
2019-09-23 16:56:10 +08:00

14 lines
132 B
C

#ifndef __USER_SNTP_H_
#define __USER_SNTP_H_
#include "mico.h"
#include "micokit_ext.h"
extern void sntp_init(void);
#endif