AliOS_DevKit_FT/board/clock_config.h

14 lines
175 B
C

#ifndef CLOCK_CONFIG_H
#define CLOCK_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
void BOARD_InitBootClocks(void);
#ifdef __cplusplus
}
#endif
#endif // CLOCK_CONFIG_H