Skip to content

Commit 9f987a9

Browse files
per1234fallberg
authored andcommitted
Remove redundant keyword identifiers (#1140)
The third field of keywords.txt is used to provide Arduino Language Reference links, which are accessed from the Arduino IDE by highlighting the keyword and then selecting "Find in Reference" from the Help or right click menu. Adding values to this field that do not match any existing reference pages results in a "Could not open the URL" error.
1 parent bbaa939 commit 9f987a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ MY_RFM95_ENABLE_ENCRYPTION LITERAL1
197197
# RFM69
198198
MY_DEBUG_VERBOSE_RFM69 LITERAL1
199199
MY_DEBUG_VERBOSE_RFM69_REGISTERS LITERAL1
200-
MY_IS_RFM69HW LITERAL1 LITERAL1
201-
MY_RADIO_RFM69 LITERAL1 LITERAL1
200+
MY_IS_RFM69HW LITERAL1
201+
MY_RADIO_RFM69 LITERAL1
202202
MY_RFM69_ATC_MODE_DISABLED LITERAL1
203203
MY_RFM69_ATC_TARGET_RSSI_DBM LITERAL1
204204
MY_RFM69_BITRATE_LSB LITERAL1

0 commit comments

Comments
 (0)