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