Skip to content
Snippets Groups Projects
Commit 6b17537e authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/nucleo-l152: remove reference to solved issue

parent 56917c87
Branches
No related tags found
No related merge requests found
...@@ -39,8 +39,8 @@ extern "C" { ...@@ -39,8 +39,8 @@ extern "C" {
* 1: external crystal available (always 32.768kHz) * 1: external crystal available (always 32.768kHz)
* *
* LSE might not be available by default in early (C-01) Nucleo boards. * 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. * For newer revisions, an LSE crystal is present and CLOCK_LSE can be set to 1
* (issue at https://github.com/RIOT-OS/RIOT/pull/8545). * if one wants to use it.
*/ */
#ifndef CLOCK_LSE #ifndef CLOCK_LSE
#define CLOCK_LSE (0) #define CLOCK_LSE (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment