Skip to content

Commit 7a05745

Browse files
per1234yaacov
authored andcommitted
Use correct field separator in keywords.txt (#31)
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 457c240 commit 7a05745

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
@@ -39,7 +39,7 @@ FC_WRITE_MULTIPLE_REGISTERS LITERAL1
3939
CB_READ_COILS LITERAL1
4040
CB_READ_DISCRETE_INPUTS LITERAL1
4141
CB_READ_HOLDING_REGISTERS LITERAL1
42-
CB_READ_INPUT_REGISTERS LITERAL1
42+
CB_READ_INPUT_REGISTERS LITERAL1
4343
CB_WRITE_COILS LITERAL1
4444
CB_WRITE_HOLDING_REGISTERS LITERAL1
4545
COIL_OFF LITERAL1

0 commit comments

Comments
 (0)