diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx+/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx+/hal_lld.c b/os/hal/ports/STM32/STM32L4xx+/hal_lld.c index d02a447e0..4b2c789c5 100644 --- a/os/hal/ports/STM32/STM32L4xx+/hal_lld.c +++ b/os/hal/ports/STM32/STM32L4xx+/hal_lld.c @@ -34,7 +34,7 @@ /**
* @brief CMSIS system core clock variable.
- * @note It is declared in system_stm32f7xx.h.
+ * @note It is declared in system_stm32l4xx.h.
*/
uint32_t SystemCoreClock = STM32_HCLK;
|