1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-l476rg: enable LSE by default

This commit is contained in:
Alexandre Abadie 2020-03-25 11:02:26 +01:00
parent 12b47452dc
commit f75ba23a96
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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