#ifndef __RCC_NVIC_SYSTICK_H__ #define __RCC_NVIC_SYSTICK_H__ #include "stm32f10x.h" void Rcc_Init(void); void Nvic_Init(void); int Systick_Init(void); #endif