#ifndef _RTC_H_ #define _RTC_H_ #include "../User/gd32f10x_it.h" extern void rct_init(void); extern void set_time(uint32_t time); #endif