Skip to content

Commit

Permalink
Fix Fysetc stm32flash usage (MarlinFirmware#17331)
Browse files Browse the repository at this point in the history
  • Loading branch information
trouch authored and mathom committed Apr 16, 2020
1 parent 3dd33d2 commit 9e726cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

env.Replace(
UPLOADER=UPLOAD_TOOL,
UPLOADCMD=expandvars(UPLOAD_TOOL + " -v -i rts,-dtr,dtr $UPLOAD_PORT -R -w \"" + join("$BUILD_DIR","${PROGNAME}.hex")+"\"")
UPLOADCMD=expandvars(UPLOAD_TOOL + " -v -i rts,-dtr,dtr -R -b 115200 -g 0x8000000 -w \"" + join("$BUILD_DIR","${PROGNAME}.hex")+"\"" + " $UPLOAD_PORT")
)

# Python callback
Expand Down

0 comments on commit 9e726cd

Please sign in to comment.