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 Apr 29, 2021
1 parent bf3f7ae commit 85c6ffb
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 85c6ffb

Please sign in to comment.