mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/7386/head
parent
3bcc076c0c
commit
9d9db81841
|
@ -29,6 +29,7 @@
|
|||
#include "device.h"
|
||||
#include "em_usart.h"
|
||||
#include "gpio_api.h"
|
||||
#include "clocking.h"
|
||||
|
||||
gpio_t bc_enable;
|
||||
|
||||
|
|
Loading…
Reference in New Issue