#ifndef __APP_RTC_H__ #define __APP_RTC_H__ void app_rtc_init(void); void app_read_rtc_process(void); #endif