/****************************************************************************************** * Copyright (C), 2015, Shanghai Eastsoft Microelectronics Co., Ltd * 文件名: system_ES8P5066.h * 作 者: AE Team in * 版 本: V1.00 * 日 期: 2021/04/27 * 备 注: 本软件仅供学习和演示使用,对用户直接引用代码所带来的风险或后果不承担任何法律责任。 *******************************************************************************************/ #ifndef __SYSTEM_HR8P506_H__ #define __SYSTEM_HR8P506_H__ #include #include "ES8P5066.h" extern uint32_t SystemCoreClock; void SystemInit(void); #endif