From a5ff1dc32a85e1a14d0da63e794e1b1dfe36c0b5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 26 Feb 2019 10:35:00 +0100 Subject: [PATCH] boards/stm32f4discovery: use common clock configuration without LSE This fixes the boards being stuck when initializing the RTC --- boards/stm32f4discovery/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/stm32f4discovery/include/periph_conf.h b/boards/stm32f4discovery/include/periph_conf.h index 755e5dc4e4..e209748d01 100644 --- a/boards/stm32f4discovery/include/periph_conf.h +++ b/boards/stm32f4discovery/include/periph_conf.h @@ -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 -- GitLab