We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6cd91 commit 2d71df5Copy full SHA for 2d71df5
bsp/smartfusion2/CMSIS/SConscript
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
5
src = Glob('*.c')
6
7
if rtconfig.CROSS_TOOL == 'gcc':
8
- src += ['startup_gcc/startup_m2sxxx.s']
+ src += ['startup_gcc/startup_m2sxxx.S']
9
10
elif rtconfig.CROSS_TOOL == 'keil':
11
src += ['startup_arm/startup_m2sxxx.s']
0 commit comments