moved core_cm3.h to more general location
This commit is contained in:
parent
09fea0bc1b
commit
8359caff3b
@ -1 +0,0 @@
|
||||
../../efm32-tg-stk3300/miniblink-efm32lib/core_cm3.h
|
@ -1,8 +0,0 @@
|
||||
#include "core_cm3.h"
|
||||
|
||||
/* stubs for efm32_cmu.c */
|
||||
uint32_t SystemCoreClockGet(void) {return 1;}
|
||||
uint32_t SystemHFClockGet(void) {return 1;}
|
||||
|
||||
uint32_t SystemLFRCOClockGet(void) {return 1;}
|
||||
uint32_t SystemLFXOClockGet(void) {return 1;}
|
@ -1 +0,0 @@
|
||||
../../efm32-tg-stk3300/miniblink-efm32lib/core_cm3.h
|
@ -49,8 +49,8 @@ typedef struct
|
||||
#define __REV(x) __builtin_bswap32(x)
|
||||
|
||||
/* stubs for efm32_cmu.c */
|
||||
uint32_t SystemCoreClockGet(void);
|
||||
uint32_t SystemHFClockGet(void);
|
||||
#define SystemCoreClockGet() 1
|
||||
#define SystemHFClockGet() 1
|
||||
|
||||
uint32_t SystemLFRCOClockGet(void);
|
||||
uint32_t SystemLFXOClockGet(void);
|
Loading…
x
Reference in New Issue
Block a user