Use correct separator in keywords.txt

The Arduino IDE currently 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
This commit is contained in:
per1234 2017-12-13 14:56:35 -08:00 committed by GitHub
parent 7809235676
commit ad652d3191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ setHandleSystemReset KEYWORD2
getTypeFromStatusByte KEYWORD2 getTypeFromStatusByte KEYWORD2
getChannelFromStatusByte KEYWORD2 getChannelFromStatusByte KEYWORD2
isChannelMessage KEYWORD2 isChannelMessage KEYWORD2
encodeSysEx KEYWORD2 encodeSysEx KEYWORD2
decodeSysEx KEYWORD2 decodeSysEx KEYWORD2
####################################### #######################################