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:
parent
517a08ee13
commit
d9cdf7bf30
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue