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:
Giovanni Di Sirio 2019-09-23 17:11:11 +00:00
parent 37babe9b40
commit 2bd81b8f62
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ void stm32_clock_init(void) {
#if STM32_ACTIVATE_PLL
/* PLLM and PLLSRC are common to all PLLs.*/
RCC->PLLCFGR = /* TODO STM32_PLLPDIV |*/
RCC->PLLCFGR = STM32_PLLPDIV |
STM32_PLLR | STM32_PLLREN |
STM32_PLLQ | STM32_PLLQEN |
STM32_PLLP | STM32_PLLPEN |