Skip to content

Commit 144ce4d

Browse files
authored
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent e78863c commit 144ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
LiquidCrystal_PCF8574 KEYWORD1
9+
LiquidCrystal_PCF8574 KEYWORD1
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

0 commit comments

Comments
 (0)