#ifndef PERIPHERALS_H #define PERIPHERALS_H #include "stm32h7xx_hal.h" extern QSPI_HandleTypeDef hqspi; void BOARD_InitBootPeripherals(void); #endif