Fire_STM32H750XB_FRTOS_TCP/board/clock_config.h

6 lines
87 B
C
Raw Permalink Normal View History

2023-02-18 02:21:20 +00:00
#ifndef CLOCK_CONFIG_H
#define CLOCK_CONFIG_H
void BOARD_InitBootClocks(void);
#endif