Skip to content

Commit 6199b91

Browse files
FRASTMcarlescufi
authored andcommitted
soc: arm: stm32h7 soc defines the _STM32H7_SOC_H_ flag
Fix the error of the _STM32H7_SOC_H_ flag name for the stm32h7 serie Signed-off-by: Francois Ramu <[email protected]>
1 parent 78849e1 commit 6199b91

File tree

1 file changed

+3
-3
lines changed
  • soc/arm/st_stm32/stm32h7

1 file changed

+3
-3
lines changed

soc/arm/st_stm32/stm32h7/soc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#ifndef _STM32F7_SOC_H_
8-
#define _STM32F7_SOC_H_
7+
#ifndef _STM32H7_SOC_H_
8+
#define _STM32H7_SOC_H_
99

1010
#ifndef _ASMLANGUAGE
1111

1212
#include <stm32h7xx.h>
1313

1414
#endif /* !_ASMLANGUAGE */
1515

16-
#endif /* _STM32F7_SOC_H7_ */
16+
#endif /* _STM32H7_SOC_H7_ */

0 commit comments

Comments
 (0)