Files
zTC1/TC1/time_server/user_rtc.h
2019-12-04 22:17:37 +08:00

14 lines
138 B
C

#ifndef __USER_RTC_H_
#define __USER_RTC_H_
#include "mico.h"
#include "micokit_ext.h"
extern OSStatus user_rtc_init(void);
#endif