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

cpu/stm32: move stm32l5 default PLL N to cpu

This commit is contained in:
Alexandre Abadie 2020-11-09 12:06:10 +01:00
parent 75d7c6afab
commit 2f2622c76f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -145,6 +145,8 @@ extern "C" {
defined(CPU_LINE_STM32L4S5xx) || defined(CPU_LINE_STM32L4S7xx) || \
defined(CPU_LINE_STM32L4S9xx)
#define CONFIG_CLOCK_PLL_N (30)
#elif defined(CPU_FAM_STM32L5)
#define CONFIG_CLOCK_PLL_N (27)
#else
#define CONFIG_CLOCK_PLL_N (20)
#endif