4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 09:13:32 +08:00
2019-04-02 19:24:44 +08:00

7 lines
125 B
C

#ifndef __SYSTEM_MM32L3xx_H__
#define __SYSTEM_MM32L3xx_H__
extern uint32_t SystemCoreClock;
void SystemInit (void);
#endif