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 <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2018-04-28 16:39:07 +03:00 committed by Anas Nashif
commit d9cdf7bf30
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,