Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
Miceuz committed Dec 21, 2022
1 parent de805eb commit dae433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def __configure_upload_port(env):
'"%s"' % (platform.get_package_dir("tool-stm32duino") or ""),
"stm32flash", "stm32flash"),
UPLOADERFLAGS=[
"-i %s" % board.get("upload.gpiostring") if board.get("upload.gpiostring", False) else "",
"-i%s" % board.get("upload.gpiostring") if board.get("upload.gpiostring", False) else "",
"-g", board.get("upload.offset_address", "0x08000000"),
"-b", env.subst("$UPLOAD_SPEED") or "115200", "-w"
],
Expand Down

0 comments on commit dae433d

Please sign in to comment.