11 lines
114 B
C
11 lines
114 B
C
|
|
#ifndef __APP_RTC_H__
|
||
|
|
#define __APP_RTC_H__
|
||
|
|
|
||
|
|
|
||
|
|
void app_rtc_init(void);
|
||
|
|
|
||
|
|
|
||
|
|
void app_read_rtc_process(void);
|
||
|
|
|
||
|
|
#endif
|