Skip to content

Commit f44bdc1

Browse files
authored
Update SConscript
1 parent ff28345 commit f44bdc1

File tree

1 file changed

+3
-3
lines changed
  • bsp/stm32/stm32h750-armfly-h7-tool/board

1 file changed

+3
-3
lines changed

bsp/stm32/stm32h750-armfly-h7-tool/board/SConscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ path = [cwd]
1717
path += [cwd + '/CubeMX_Config/Inc']
1818

1919
if rtconfig.CROSS_TOOL == 'gcc':
20-
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s']
20+
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h750xx.s']
2121
elif rtconfig.CROSS_TOOL == 'keil':
22-
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h743xx.s']
22+
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h750xx.s']
2323
elif rtconfig.CROSS_TOOL == 'iar':
24-
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h743xx.s']
24+
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h750xx.s']
2525

2626
# STM32H743xx || STM32H750xx || STM32F753xx
2727
# You can select chips from the list above

0 commit comments

Comments
 (0)