Skip to content

Commit

Permalink
Fix indention // Issue #609
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Apr 9, 2016
1 parent 6356e49 commit c7880b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio/builder/scripts/teensy.py
Expand Up @@ -103,7 +103,8 @@
# Target: Upload by default firmware file
#

upload = env.Alias(["upload", "uploadlazy"], target_firm,
upload = env.Alias(
["upload", "uploadlazy"], target_firm,
["$UPLOADHEXCMD"] + (["$REBOOTER"] if "REBOOTER" in env else []))
AlwaysBuild(upload)

Expand Down

0 comments on commit c7880b6

Please sign in to comment.