Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 12, 2024
1 parent 4fa88a5 commit fb92878
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 @@ -256,7 +256,7 @@ def __fetch_fs_size(target, source, env):
if mcu in ("esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4")
else "xtensa-esp-elf-gdb"
)
or "",
or "", # correct?!
"bin",
"%s-elf-gdb" % toolchain_arch,
),
Expand Down

0 comments on commit fb92878

Please sign in to comment.