#ifndef _MCU_BSP_SYS_H_ #define _MCU_BSP_SYS_H_ #include "stm32f1xx_hal.h" int McuBspSysInit(void); void McuBspSysClockInit(void); #endif