File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bsp/stm32/stm32h750-armfly-h7-tool/board Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ path = [cwd]
1717path += [cwd + '/CubeMX_Config/Inc' ]
1818
1919if 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' ]
2121elif 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' ]
2323elif 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
You can’t perform that action at this time.
0 commit comments