#ifndef __TIME_H__ #define __TIME_H__ #include "stm32f10x.h" uint32_t Get_Time(void); void tim4_init(void); #endif