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:
parent
75d7c6afab
commit
2f2622c76f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user