From d9cdf7bf30f4f6fd584d13ea6613cbdc374560de Mon Sep 17 00:00:00 2001 From: Yannis Damigos Date: Sat, 28 Apr 2018 16:39:07 +0300 Subject: [PATCH] arch/arm/soc/st_stm32: Fix typos in soc.h Fix typos in soc.h for stm32f1 and stm32l4 families. Signed-off-by: Yannis Damigos --- arch/arm/soc/st_stm32/stm32f1/soc.h | 2 +- arch/arm/soc/st_stm32/stm32l4/soc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/soc/st_stm32/stm32f1/soc.h b/arch/arm/soc/st_stm32/stm32f1/soc.h index 9f8f49f58c7..c1c5a642eba 100644 --- a/arch/arm/soc/st_stm32/stm32f1/soc.h +++ b/arch/arm/soc/st_stm32/stm32f1/soc.h @@ -5,7 +5,7 @@ */ /** - * @file SoC configuration macros for the STM32F103 family processors. + * @file SoC configuration macros for the STM32F1 family processors. * * Based on reference manual: * STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx diff --git a/arch/arm/soc/st_stm32/stm32l4/soc.h b/arch/arm/soc/st_stm32/stm32l4/soc.h index 71e127af24b..eaeb4103c8a 100644 --- a/arch/arm/soc/st_stm32/stm32l4/soc.h +++ b/arch/arm/soc/st_stm32/stm32l4/soc.h @@ -6,7 +6,7 @@ */ /** - * @file SoC configuration macros for the STM32F103 family processors. + * @file SoC configuration macros for the STM32L4 family processors. * * Based on reference manual: * STM32L4x1, STM32L4x2, STM32L431xx STM32L443xx STM32L433xx, STM32L4x5,