#ifndef __TIMER_H #define __TIMER_H #include "stm32f2xx.h" #include "stm32f2xx_tim.h" void timer_config(void); #endif