remove wrong left over code

This commit is contained in:
Jason2866
2024-09-17 15:37:12 +02:00
committed by GitHub
parent d00384edab
commit b68c01d161
-3
View File
@@ -256,9 +256,6 @@ env.Replace(
if mcu in ("esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4")
else "tool-xtensa-esp-elf-gdb"
)
or "",
"bin",
"%s-elf-gdb" % toolchain_arch,
),
OBJCOPY=join(platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
RANLIB="%s-elf-gcc-ranlib" % toolchain_arch,