Skip to content

Commit

Permalink
fix typo in arduino-cli.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Yu <[email protected]>
  • Loading branch information
tlyu authored and obra committed May 31, 2024
1 parent cd0c386 commit 622df1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/makefiles/arduino-cli.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif
export ARDUINO_CLI ?= $(arduino_env) $(ARDUINO_CLI_PATH)

ifneq ($(VERBOSE),)
$(info Using ardino-cli from $(ARDUINO_CLI_PATH))
$(info Using arduino-cli from $(ARDUINO_CLI_PATH))
endif

ifneq ($(FQBN),)
Expand Down

0 comments on commit 622df1c

Please sign in to comment.