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:
parent
12b47452dc
commit
f75ba23a96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user