We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1701bda commit a582f77Copy full SHA for a582f77
GNUmakefile
@@ -621,7 +621,7 @@ smoketest: testchdir
621
@$(MD5SUM) test.hex
622
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/device-id
623
624
- $(TINYGO) build -size short -o test.hex -target=pico2-ice examples/blinky1
+ $(TINYGO) build -size short -o test.hex -target=pico2-ice examples/blinky1
625
626
# test simulated boards on play.tinygo.org
627
ifneq ($(WASM), 0)
0 commit comments