From 9d9db81841e878a4bc13fcdf8c76093bf92cdd0a Mon Sep 17 00:00:00 2001 From: PHST Date: Mon, 2 Jul 2018 10:04:05 +0200 Subject: [PATCH] Make clock source changeable over mbed_app.json By adding the missing include the clock source for EFM32-Targets is changeable over mbed_app.json. --- targets/TARGET_Silicon_Labs/TARGET_EFM32/common/mbed_overrides.c | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/mbed_overrides.c b/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/mbed_overrides.c index bc8f479a6c..c615278b4b 100644 --- a/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/mbed_overrides.c +++ b/targets/TARGET_Silicon_Labs/TARGET_EFM32/common/mbed_overrides.c @@ -29,6 +29,7 @@ #include "device.h" #include "em_usart.h" #include "gpio_api.h" +#include "clocking.h" gpio_t bc_enable;