From ad555d01e278220c43b029da818e33fff41eeab6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 24 Mar 2020 21:05:08 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13477 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32L5xx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32L5xx/hal_lld.c b/os/hal/ports/STM32/STM32L5xx/hal_lld.c index 495622b41..7cd843bff 100644 --- a/os/hal/ports/STM32/STM32L5xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32L5xx/hal_lld.c @@ -34,7 +34,7 @@ /** * @brief CMSIS system core clock variable. - * @note It is declared in system_stm32l4xx.h. + * @note It is declared in system_stm32l5xx.h. */ uint32_t SystemCoreClock = STM32_HCLK;