#ifndef BLACKPILL_H_ #define BLACKPILL_H_ #ifdef __cplusplus extern "C" { #endif #include "stm32f4xx_hal.h" void BSP_Init(void); #ifdef __cplusplus } #endif #endif