From 73df9ed5f94f41ac8c89ebaf2dda512522002ae6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 21 Oct 2021 11:51:24 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14935 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32L4xx/hal_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index 2eac43570..67cc9e1fb 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -500,7 +500,7 @@ * @note The allowed values are 8..86. */ #if !defined(STM32_PLLSAI1N_VALUE) || defined(__DOXYGEN__) -#define STM32_PLLSAI1N_VALUE 80 +#define STM32_PLLSAI1N_VALUE 48 #endif /** @@ -524,7 +524,7 @@ * @note The allowed values are 2, 4, 6, 8. */ #if !defined(STM32_PLLSAI1Q_VALUE) || defined(__DOXYGEN__) -#define STM32_PLLSAI1Q_VALUE 6 +#define STM32_PLLSAI1Q_VALUE 4 #endif /** @@ -540,7 +540,7 @@ * @note The allowed values are 8..86. */ #if !defined(STM32_PLLSAI2N_VALUE) || defined(__DOXYGEN__) -#define STM32_PLLSAI2N_VALUE 80 +#define STM32_PLLSAI2N_VALUE 48 #endif /**