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

boards/b-l072z-lrwan1: enable LSE clock

This commit is contained in:
Alexandre Abadie 2019-03-28 18:17:51 +01:00
parent 9efd3c3660
commit 330f97f15f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -31,6 +31,7 @@ extern "C" {
*/
#define CLOCK_HSI (16000000U) /* internal oscillator */
#define CLOCK_CORECLOCK (32000000U) /* desired core clock frequency */
#define CLOCK_LSE (1) /* enable low speed external oscillator */
/* configuration of PLL prescaler and multiply values */
/* CORECLOCK := HSI / CLOCK_PLL_DIV * CLOCK_PLL_MUL */