From 202b781037f24cf08da1f3f9b4af3366f8381deb Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 2 May 2018 15:43:35 -0700 Subject: [PATCH] Use correct separator in keywords.txt The Arduino IDE currently requires the use of a single true 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 --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index a719650..fc731d7 100644 --- a/keywords.txt +++ b/keywords.txt @@ -78,4 +78,4 @@ PAYLOADLEN LITERAL2 ACK_REQUESTED LITERAL2 ACK_RECEIVED LITERAL2 RSSI LITERAL2 -RF69_LISTEN_BURST_REMAINING_MS LITERAL2 \ No newline at end of file +RF69_LISTEN_BURST_REMAINING_MS LITERAL2