diff --git a/GNUmakefile b/GNUmakefile index de77ac41f..368fedc91 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -927,8 +927,6 @@ ifneq ($(XTENSA), 0) @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=esp32s3-wroom1 examples/mcp3008 @$(MD5SUM) test.bin - $(TINYGO) build -size short -o test.bin -target=esp32s3 examples/mcp3008 - @$(MD5SUM) test.bin endif $(TINYGO) build -size short -o test.bin -target=esp-c3-32s-kit examples/blinky1 @$(MD5SUM) test.bin