Skip to content

Commit

Permalink
fix: typo in GNUmakefile test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Oct 11, 2024
1 parent 27ab337 commit d2b3f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,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
Expand Down
1 change: 1 addition & 0 deletions lib/renesas-svd
Submodule renesas-svd added at 03d768

0 comments on commit d2b3f09

Please sign in to comment.