hal_clk_func.h 84 B

123456
  1. #ifndef __HAL_CLK_FUNC__
  2. #define __HAL_CLK_FUNC__
  3. void sys_clk_init(void);
  4. #endif