Fire_STM32H750XB_Template/board/clock_config.h

6 lines
87 B
C

#ifndef CLOCK_CONFIG_H
#define CLOCK_CONFIG_H
void BOARD_InitBootClocks(void);
#endif