Fix uploader flags for microchippic32 platform

This commit is contained in:
Valeriy Koval
2016-04-27 13:23:22 +03:00
parent fc96e6a145
commit ad9ae4c0af

View File

@ -82,8 +82,8 @@ env.Replace(
UPLOADER=join("$PIOPACKAGES_DIR", "tool-pic32prog", "pic32prog"),
UPLOADERFLAGS=[
"-d", '"$UPLOAD_PORT"'
"-b", "$UPLOAD_SPEED",
"-d", '"$UPLOAD_PORT"',
"-b", "$UPLOAD_SPEED"
],
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES',