boards/stm32f4discovery: use common clock configuration without LSE

This fixes the boards being stuck when initializing the RTC
This commit is contained in:
Alexandre Abadie 2019-02-26 10:35:00 +01:00
parent 7d31bb43f1
commit a5ff1dc32a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -21,7 +21,7 @@
#define PERIPH_CONF_H
#include "periph_cpu.h"
#include "f4/cfg_clock_168_8_1.h"
#include "f4/cfg_clock_168_8_0.h"
#include "cfg_spi_divtable.h"
#ifdef __cplusplus