DevEBox_STM32H750VB_Bootloader/board/clock_config.h

6 lines
87 B
C
Raw Normal View History

2023-04-14 12:59:03 +00:00
#ifndef CLOCK_CONFIG_H
#define CLOCK_CONFIG_H
void BOARD_InitBootClocks(void);
#endif