mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7386 from evva-sfw/feature/make_clock_src_changeable
Make clock source changeable over mbed_app.json for EFM32-Targetspull/7421/head
commit
513960f17d
|
@ -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