From 9d807eaab403e58de0acf78b61c7d03932f452bf Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 23 Apr 2021 16:27:07 +0000 Subject: [PATCH] Improved comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14273 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32L4xx/hal_lld.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index 1642a0ec0..ea16f7833 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -1362,7 +1362,8 @@ #define STM32_PLLSAI2REN (0 << 24) #endif -/* Inclusion of PLLSAI-related checks and calculations.*/ +/* Inclusion of PLLSAI-related checks and calculations, all PLLs share the + same clock source so enforcing this condition.*/ #define STM32_PLLSAI1M_VALUE STM32_PLLM_VALUE #define STM32_PLLSAI2M_VALUE STM32_PLLM_VALUE #define STM32_PLLSAI1CLKIN STM32_PLLCLKIN