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