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