add:增加sntp功能

This commit is contained in:
Zip
2019-01-07 08:23:58 +08:00
parent 973efb93b3
commit 4b09f4d539
10 changed files with 85 additions and 27 deletions

13
TC1/user_sntp.h Normal file
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