aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/core_cm3.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/core_cm3.c')
-rw-r--r--examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/core_cm3.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/core_cm3.c b/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/core_cm3.c
deleted file mode 100644
index 8b412ad..0000000
--- a/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/core_cm3.c
+++ /dev/null
@@ -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;}