From 6b17537e622c575471d10ac4325c21fb7fd8ee91 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 16 Apr 2018 13:51:47 +0200 Subject: [PATCH] boards/nucleo-l152: remove reference to solved issue --- boards/nucleo-l152/include/periph_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nucleo-l152/include/periph_conf.h b/boards/nucleo-l152/include/periph_conf.h index 49c12913f7..d637809864 100644 --- a/boards/nucleo-l152/include/periph_conf.h +++ b/boards/nucleo-l152/include/periph_conf.h @@ -39,8 +39,8 @@ extern "C" { * 1: external crystal available (always 32.768kHz) * * LSE might not be available by default in early (C-01) Nucleo boards. - * For newer revisions, LSE crystal is present, but currently is not working. - * (issue at https://github.com/RIOT-OS/RIOT/pull/8545). + * For newer revisions, an LSE crystal is present and CLOCK_LSE can be set to 1 + * if one wants to use it. */ #ifndef CLOCK_LSE #define CLOCK_LSE (0)