From f75ba23a96a632ada9e13a8af1e26b679481f15e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 25 Mar 2020 11:02:26 +0100 Subject: [PATCH] boards/nucleo-l476rg: enable LSE by default --- boards/nucleo-l476rg/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-l476rg/include/periph_conf.h b/boards/nucleo-l476rg/include/periph_conf.h index 37a2b40c24..9dce138e6c 100644 --- a/boards/nucleo-l476rg/include/periph_conf.h +++ b/boards/nucleo-l476rg/include/periph_conf.h @@ -45,7 +45,7 @@ extern "C" { * This defaults to 0 because hardware revision 'MB1136 C-01' of the nucleo-64 * board disconnects LSE by default. You may safely set this to 1 on revisions * newer than 'MB1136 C-01' */ -#define CLOCK_LSE (0) +#define CLOCK_LSE (1) #endif /* 0: enable MSI only if HSE isn't available