Skip to content

Commit 6a6cf41

Browse files
pennampenna
authored and
penna
committed
Fixed uC name into startup files header
1 parent 8384685 commit 6a6cf41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7_M4/TOOLCHAIN_GCC_ARM/startup_stm32h747xx.S

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
******************************************************************************
3-
* @file startup_stm32h743xx.s
3+
* @file startup_stm32h747xx.s
44
* @author MCD Application Team
5-
* @brief STM32H743xx Devices vector table for GCC based toolchain.
5+
* @brief STM32H747xx Devices vector table for GCC based toolchain.
66
* This module performs:
77
* - Set the initial SP
88
* - Set the initial PC == Reset_Handler,

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7_M7/TOOLCHAIN_GCC_ARM/startup_stm32h747xx.S

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
******************************************************************************
3-
* @file startup_stm32h743xx.s
3+
* @file startup_stm32h747xx.s
44
* @author MCD Application Team
5-
* @brief STM32H743xx Devices vector table for GCC based toolchain.
5+
* @brief STM32H747xx Devices vector table for GCC based toolchain.
66
* This module performs:
77
* - Set the initial SP
88
* - Set the initial PC == Reset_Handler,

0 commit comments

Comments
 (0)