Skip to content

Commit dae433d

Browse files
committed
--amend
1 parent de805eb commit dae433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def __configure_upload_port(env):
273273
'"%s"' % (platform.get_package_dir("tool-stm32duino") or ""),
274274
"stm32flash", "stm32flash"),
275275
UPLOADERFLAGS=[
276-
"-i %s" % board.get("upload.gpiostring") if board.get("upload.gpiostring", False) else "",
276+
"-i%s" % board.get("upload.gpiostring") if board.get("upload.gpiostring", False) else "",
277277
"-g", board.get("upload.offset_address", "0x08000000"),
278278
"-b", env.subst("$UPLOAD_SPEED") or "115200", "-w"
279279
],

0 commit comments

Comments
 (0)