Fix 'bossac' upload on Windows (#19545)

This commit is contained in:
Ryan V1 2020-10-02 15:31:33 -07:00 committed by GitHub
parent d06bcd6dd3
commit 8dcc72ce9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
)