源码/核心板/Src/OnChipDevices/RTC.h 对比新文件 @@ -0,0 +1,10 @@ #ifndef __RTC_H_ #define __RTC_H_ #include "stm32f10x.h" void RTC_Configuration(void); #endif