Skip to content

Commit bc18ccc

Browse files
committed
Minor identiation fix
1 parent d24609b commit bc18ccc

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
@@ -331,7 +331,7 @@ def _jlink_cmd_script(env, source):
331331
makedirs(build_dir)
332332
script_path = join(build_dir, "upload.jlink")
333333
upload_addr = hex(env["FS_START"]) if "uploadfs" in COMMAND_LINE_TARGETS else board.get(
334-
"upload.offset_address", "0x0")
334+
"upload.offset_address", "0x0")
335335
commands = [
336336
"h",
337337
"loadbin %s, %s" % (source, upload_addr),

0 commit comments

Comments
 (0)