#ifndef __BSP_H__ #define __BSP_H__ #include "stm32f4xx_hal.h" void BSP_Init(void); #endif