rtc.h 139 B

12345678
  1. #ifndef _RTC_H_
  2. #define _RTC_H_
  3. #include "../User/gd32f10x_it.h"
  4. extern void rct_init(void);
  5. extern void set_time(uint32_t time);
  6. #endif