From 2bd81b8f6239986d71d500a0e4c65ff996945342 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 23 Sep 2019 17:11:11 +0000 Subject: [PATCH] Enabled STM32_PLLPDIV. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13023 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32G4xx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32G4xx/hal_lld.c b/os/hal/ports/STM32/STM32G4xx/hal_lld.c index 6d0350635..6f0c417b0 100644 --- a/os/hal/ports/STM32/STM32G4xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32G4xx/hal_lld.c @@ -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 |