Skip to content

Commit f9238c5

Browse files
committed
Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent 2596e5a commit f9238c5

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-
MAX30105 KEYWORD1
9+
MAX30105 KEYWORD1
1010

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

0 commit comments

Comments
 (0)