Skip to content

Commit 85db740

Browse files
committed
Ido/ino typo in echo when building tags
1 parent 4c4c9ac commit 85db740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ generated_assembly: generate_assembly
15811581
.PHONY: tags
15821582
tags:
15831583
rm -f $(shell pwd)/$(TAGS_FILE)
1584-
@$(ECHO) "Generating tags for local sources (IDO an PDE files as C++): "
1584+
@$(ECHO) "Generating tags for local sources (INO an PDE files as C++): "
15851585
$(CTAGS_CMD) $(TAGS_FILE) --langmap=c++:.ino --langmap=c++:.pde $(LOCAL_SRCS)
15861586
ifneq ($(words $(ARDUINO_LIBS)), 0)
15871587
@$(ECHO) "Generating tags for project libraries: "

0 commit comments

Comments
 (0)