4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 14:20:26 +08:00
bernard.xiong 5671080161 add stm32sky bsp.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@12 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-08-03 04:38:59 +00:00

7 lines
78 B
C

#ifndef __RTC_H__
#define __RTC_H__
void rt_hw_rtc_init(void);
#endif