#ifndef __RTC_H_ #define __RTC_H_ #include "stm32f10x.h" void RTC_Configuration(uint16_t interval); #endif