Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit 0db69d3

Browse files
per1234sandeepmistry
authored andcommitted
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 c75972d commit 0db69d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GSMServer KEYWORD1 GSMServerConstructor
1313
GSMModem KEYWORD1 GSMModemConstructor
1414
GSMScanner KEYWORD1 GSMScannerConstructor
1515
GSMPIN KEYWORD1 GSMPINConstructor
16-
GSMBand KEYWORD1 GSMBandConstructor
16+
GSMBand KEYWORD1 GSMBandConstructor
1717

1818
#######################################
1919
# Methods and Functions

0 commit comments

Comments
 (0)