mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Use correct field separator in keywords.txt
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
This commit is contained in:
parent
06d5ed134a
commit
35f5d3bdb8
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@ getX KEYWORD2
|
||||||
getY KEYWORD2
|
getY KEYWORD2
|
||||||
getTouchCounter KEYWORD2
|
getTouchCounter KEYWORD2
|
||||||
|
|
||||||
getUsbStatus KEYWORD2
|
getUsbStatus KEYWORD2
|
||||||
getAudioStatus KEYWORD2
|
getAudioStatus KEYWORD2
|
||||||
getMicStatus KEYWORD2
|
getMicStatus KEYWORD2
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
# Constants and enums (LITERAL1)
|
# Constants and enums (LITERAL1)
|
||||||
|
|
Loading…
Reference in a new issue