HomeAut
stm32f4xx_it.h
Go to the documentation of this file.
1 
34 /* Define to prevent recursive inclusion -------------------------------------*/
35 #ifndef __STM32F4xx_IT_H
36 #define __STM32F4xx_IT_H
37 
38 #ifdef __cplusplus
39  extern "C" {
40 #endif
41 
42 /* Includes ------------------------------------------------------------------*/
43 /* Exported types ------------------------------------------------------------*/
44 /* Exported constants --------------------------------------------------------*/
45 /* Exported macro ------------------------------------------------------------*/
46 /* Exported functions ------------------------------------------------------- */
47 
48 void SysTick_Handler(void);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif /* __STM32F4xx_IT_H */
55 
56 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void SysTick_Handler(void)
This function handles System tick timer.
Definition: stm32f4xx_it.c:52