Skip to content

Commit 9d9db81

Browse files
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.
1 parent 3bcc076 commit 9d9db81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/common/mbed_overrides.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "device.h"
3030
#include "em_usart.h"
3131
#include "gpio_api.h"
32+
#include "clocking.h"
3233

3334
gpio_t bc_enable;
3435

0 commit comments

Comments
 (0)