fix:优化sntp服务

fix:主函数中初始化增加错误判断处理
代码格式化
This commit is contained in:
Zip
2019-01-29 15:56:25 +08:00
parent 8b3cb142d8
commit fa570549a9
10 changed files with 235 additions and 49 deletions

13
TC1/user_rtc.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __USER_RTC_H_
#define __USER_RTC_H_
#include "mico.h"
#include "MiCOKit_EXT.h"
extern OSStatus user_rtc_init(void);
#endif