diff --git a/GNUmakefile b/GNUmakefile index 9f2ed1fe9d..0261312262 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -826,7 +826,7 @@ endif ifneq ($(XTENSA), 0) $(TINYGO) build -size short -o test.bin -target=esp32-mini32 examples/blinky1 @$(MD5SUM) test.bin - $(TINYGO) build -size short -o test.bin -target=esp32-supermini examples/blinky1 + $(TINYGO) build -size short -o test.bin -target=esp32c3-supermini examples/blinky1 @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1 @$(MD5SUM) test.bin