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

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored and sandeepmistry committed Oct 2, 2017
1 parent c75972d commit 0db69d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GSMServer KEYWORD1 GSMServerConstructor
GSMModem KEYWORD1 GSMModemConstructor
GSMScanner KEYWORD1 GSMScannerConstructor
GSMPIN KEYWORD1 GSMPINConstructor
GSMBand KEYWORD1 GSMBandConstructor
GSMBand KEYWORD1 GSMBandConstructor

#######################################
# Methods and Functions
Expand Down

0 comments on commit 0db69d3

Please sign in to comment.