rtc.h 78 字节
Newer Older
1 2 3 4 5 6
#ifndef __RTC_H__
#define __RTC_H__

void rt_hw_rtc_init(void);

#endif