zhyinch
2021-10-28 942d685e55e3a58b6bcd7d0158765e9648b9373a
源码/核心板/Src/OnChipDevices/RTC.h
@@ -1,4 +1,10 @@
#ifndef __RTC_H_
#define __RTC_H_
#include "stm32f10x.h"
void RTC_Configuration(void);
void RTC_Configuration(uint16_t interval);
#endif