From ddcb4a395d803685cfe298cf232c3ed4c62ac912 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Sun, 15 May 2022 18:34:31 +0200 Subject: [PATCH] Remove argument --- builder/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/main.py b/builder/main.py index cda212f..60139be 100644 --- a/builder/main.py +++ b/builder/main.py @@ -278,7 +278,7 @@ upload_protocol = env.subst("$UPLOAD_PROTOCOL") or "picotool" upload_actions = [] upload_source = target_firm -def UploadUF2ToDisk(_, target, source, env): +def UploadUF2ToDisk(target, source, env): assert "UPLOAD_PORT" in env progname = env.subst("$PROGNAME") ext = ".uf2"