time_server/

This commit is contained in:
zogodo
2019-12-04 22:17:37 +08:00
parent 75ad6b2629
commit 0736f46102
9 changed files with 5172 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __USER_SNTP_H_
#define __USER_SNTP_H_
#include "mico.h"
#include "micokit_ext.h"
extern void sntp_init(void);
#endif