#ifndef _TIMER4_H #define _TIMER4_H #include "stm32f4xx.h" #include "uart.h" #include "stdint.h" extern Uart_Timer timer4; extern void timer4_init(void (*callback)()); #endif