Enabled STM32_PLLPDIV.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13023 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
37babe9b40
commit
2bd81b8f62
|
@ -204,7 +204,7 @@ void stm32_clock_init(void) {
|
||||||
|
|
||||||
#if STM32_ACTIVATE_PLL
|
#if STM32_ACTIVATE_PLL
|
||||||
/* PLLM and PLLSRC are common to all PLLs.*/
|
/* PLLM and PLLSRC are common to all PLLs.*/
|
||||||
RCC->PLLCFGR = /* TODO STM32_PLLPDIV |*/
|
RCC->PLLCFGR = STM32_PLLPDIV |
|
||||||
STM32_PLLR | STM32_PLLREN |
|
STM32_PLLR | STM32_PLLREN |
|
||||||
STM32_PLLQ | STM32_PLLQEN |
|
STM32_PLLQ | STM32_PLLQEN |
|
||||||
STM32_PLLP | STM32_PLLPEN |
|
STM32_PLLP | STM32_PLLPEN |
|
||||||
|
|
Loading…
Reference in New Issue