Skip to content

Commit 8b0ea1c

Browse files
authored
Update GNUmakefile
1 parent a582f77 commit 8b0ea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ smoketest: testchdir
621621
@$(MD5SUM) test.hex
622622
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/device-id
623623
@$(MD5SUM) test.hex
624-
$(TINYGO) build -size short -o test.hex -target=pico2-ice examples/blinky1
624+
$(TINYGO) build -size short -o test.hex -target=pico2-ice examples/blinky1
625625
@$(MD5SUM) test.hex
626626
# test simulated boards on play.tinygo.org
627627
ifneq ($(WASM), 0)

0 commit comments

Comments
 (0)