moved core_cm3.h to more general location

This commit is contained in:
chrysn 2012-04-22 22:07:01 +02:00
parent 09fea0bc1b
commit 8359caff3b
4 changed files with 2 additions and 12 deletions

View File

@ -1 +0,0 @@
../../efm32-tg-stk3300/miniblink-efm32lib/core_cm3.h

View File

@ -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;}

View File

@ -1 +0,0 @@
../../efm32-tg-stk3300/miniblink-efm32lib/core_cm3.h

View File

@ -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);