From df98aee00a2fb8f91d0046ebca429d9472bb8f5a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 24 May 2021 07:03:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14428 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32G0xx/hal_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32G0xx/hal_lld.h b/os/hal/ports/STM32/STM32G0xx/hal_lld.h index 1745eeb0b..9e5587d1f 100644 --- a/os/hal/ports/STM32/STM32G0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32G0xx/hal_lld.h @@ -670,7 +670,7 @@ /** * @brief Maximum PLL-P output clock frequency. */ -#define STM32_PLLP_MAX 122000000 +#define STM32_PLLP_MAX 128000000 /** * @brief Minimum PLL-P output clock frequency.