1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef __STM32F0xx_IT_H #define __STM32F0xx_IT_H #ifdef __cplusplus extern "C" { #endif void SysTick_Handler(void); #ifdef __cplusplus } #endif #endif /* __STM32F0xx_IT_H */