Fire_STM32H750XB_Bootloader/board/peripherals.h

10 lines
152 B
C

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