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 37661b6 commit 733ec02Copy full SHA for 733ec02
platform.txt
@@ -29,7 +29,7 @@ compiler.c.elf.cmd=arm-none-eabi-gcc
29
compiler.objcopy.cmd=arm-none-eabi-objcopy
30
compiler.elf2hex.cmd=arm-none-eabi-objcopy
31
32
-compiler.extra_flags=-mcpu={build.mcu} -mthumb @{build.opt.path}
+compiler.extra_flags=-mcpu={build.mcu} -mthumb "@{build.opt.path}"
33
34
compiler.S.flags={compiler.extra_flags} -c -x assembler-with-cpp {compiler.stm.extra_include}
35
0 commit comments