Skip to content

Commit 733ec02

Browse files
committed
Fix issue when build path contains space
Issue and fix reported by @jmchiappa Fix stm32duino#256 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 37661b6 commit 733ec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ compiler.c.elf.cmd=arm-none-eabi-gcc
2929
compiler.objcopy.cmd=arm-none-eabi-objcopy
3030
compiler.elf2hex.cmd=arm-none-eabi-objcopy
3131

32-
compiler.extra_flags=-mcpu={build.mcu} -mthumb @{build.opt.path}
32+
compiler.extra_flags=-mcpu={build.mcu} -mthumb "@{build.opt.path}"
3333

3434
compiler.S.flags={compiler.extra_flags} -c -x assembler-with-cpp {compiler.stm.extra_include}
3535

0 commit comments

Comments
 (0)