Fix 'bossac' upload on Windows (#19545)

This commit is contained in:
Ryan V1 2020-10-02 15:31:33 -07:00 committed by Scott Lahteine
parent bf3f7ae5b9
commit 85c6ffb364

View File

@ -14,5 +14,5 @@ if current_OS == 'Windows':
# 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"
)