Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c79032

Browse files
authoredMar 25, 2020
Merge pull request RIOT-OS#13708 from aabadie/pr/boards/nucleo-l476rg-lse
boards/nucleo-l476rg: enable LSE by default
2 parents 9d4f7fb + f75ba23 commit 1c79032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎boards/nucleo-l476rg/include/periph_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extern "C" {
4545
* This defaults to 0 because hardware revision 'MB1136 C-01' of the nucleo-64
4646
* board disconnects LSE by default. You may safely set this to 1 on revisions
4747
* newer than 'MB1136 C-01' */
48-
#define CLOCK_LSE (0)
48+
#define CLOCK_LSE (1)
4949
#endif
5050

5151
/* 0: enable MSI only if HSE isn't available

0 commit comments

Comments
 (0)
Please sign in to comment.