Skip to content

Commit

Permalink
Fix 'bossac' upload on Windows (MarlinFirmware#19545)
Browse files Browse the repository at this point in the history
  • Loading branch information
V1EngineeringInc authored and thinkyhead committed Oct 16, 2020
1 parent 2213eb3 commit 2ce6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/DUE/upload_extra_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

# Use bossac.exe on Windows
env.Replace(
UPLOADCMD="bossac --info --unlock --write --verify --reset --erase -U false --boot"
UPLOADCMD="bossac --info --unlock --write --verify --reset --erase -U false --boot $SOURCE"
)

0 comments on commit 2ce6741

Please sign in to comment.