#if !defined RTC_H #define RTC_H #include uint32_t rtc_get(void); void rtc_init(void); #endif // RTC_H