Skip to content

Commit 43542c3

Browse files
V1EngineeringIncvgadreau
authored andcommitted
Fix 'bossac' upload on Windows (MarlinFirmware#19545)
1 parent 366b164 commit 43542c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/HAL/DUE/upload_extra_script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

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

0 commit comments

Comments
 (0)