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
PHST 2018-07-02 10:04:05 +02:00
parent 3bcc076c0c
commit 9d9db81841
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "device.h"
#include "em_usart.h"
#include "gpio_api.h"
#include "clocking.h"
gpio_t bc_enable;