diff --git a/Include/system/stm32f0xx_it.h b/Include/system/stm32f0xx_it.h new file mode 100644 --- /dev/null +++ b/Include/system/stm32f0xx_it.h @@ -0,0 +1,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 */