Skip to content

Commit

Permalink
Fix issue with code builder when build path contains spaces // Resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 18, 2015
1 parent 186580d commit 0951d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/builder/scripts/timsp430.py
Expand Up @@ -68,7 +68,7 @@
"$UPLOAD_PROTOCOL" if system() != "Windows" else "tilib",
"--force-reset"
],
UPLOADCMD='$UPLOADER $UPLOADERFLAGS "prog $SOURCES"',
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS "prog $SOURCES"',

PROGNAME="firmware",
PROGSUFFIX=".elf"
Expand Down

0 comments on commit 0951d53

Please sign in to comment.