4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 12:03:31 +08:00

7 lines
125 B
C
Raw Normal View History

2019-04-02 19:24:44 +08:00
#ifndef __SYSTEM_MM32L3xx_H__
#define __SYSTEM_MM32L3xx_H__
extern uint32_t SystemCoreClock;
void SystemInit (void);
#endif