Files
zTC1/TC1/time_server/user_rtc.h
2020-02-16 10:24:39 +08:00

14 lines
136 B
C

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