Remove argument
This commit is contained in:
parent
3ddcc3aa9a
commit
ddcb4a395d
@ -278,7 +278,7 @@ upload_protocol = env.subst("$UPLOAD_PROTOCOL") or "picotool"
|
|||||||
upload_actions = []
|
upload_actions = []
|
||||||
upload_source = target_firm
|
upload_source = target_firm
|
||||||
|
|
||||||
def UploadUF2ToDisk(_, target, source, env):
|
def UploadUF2ToDisk(target, source, env):
|
||||||
assert "UPLOAD_PORT" in env
|
assert "UPLOAD_PORT" in env
|
||||||
progname = env.subst("$PROGNAME")
|
progname = env.subst("$PROGNAME")
|
||||||
ext = ".uf2"
|
ext = ".uf2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user