#ifndef _RCC_CONFIG_H_ #define _RCC_CONFIG_H_ #include "FM33A0XXEV.h" #include "fm33a0xxev_include_all.h" void System_power_on_init(void); void rcc_configration(void); void DEBUG_Init(void); void system_hardware_init(void); #endif