Fire_STM32H750XB_Template/board/peripherals.h

8 lines
118 B
C

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