recover source code

This commit is contained in:
zogodo
2019-09-04 11:06:06 +08:00
parent 3c69d37089
commit 3065ffe5c7
37 changed files with 5016 additions and 22 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