Skip to content

Commit ba1cffe

Browse files
authored
remove old wrong code
1 parent e8a35ec commit ba1cffe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builder/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ def __fetch_fs_size(target, source, env):
256256
if mcu in ("esp32c2", "esp32c3", "esp32c6")
257257
else "tool-xtensa-esp-elf-gdb"
258258
)
259-
or "",
260-
"bin",
261-
"%s-elf-gdb" % toolchain_arch,
262259
),
263260
OBJCOPY=join(platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
264261
RANLIB="%s-elf-gcc-ranlib" % toolchain_arch,

0 commit comments

Comments
 (0)