rtc.h 78 B

123456
  1. #ifndef __RTC_H__
  2. #define __RTC_H__
  3. void rt_hw_rtc_init(void);
  4. #endif