mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-10 12:08:14 +08:00
14 lines
138 B
C
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
|