Ryan V1
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/HAL/DUE/upload_extra_script.py
|
|
@ -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" |
|
|
|
) |
|
|
|