Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use established KEYWORD_TOKENTYPE for global instance keywords
All the other platform bundled libraries use `KEYWORD1` for the library's global instance so this provides consistency.
  • Loading branch information
per1234 committed Apr 4, 2021
commit d681383f09ae2e68cbf2dae84aeb487ae373a8e0
8 changes: 2 additions & 6 deletions libraries/SAMD_BootloaderUpdater/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@
# Datatypes (KEYWORD1)
################################################

SAMD_BootloaderUpdater KEYWORD2

################################################
# Methods and Functions (KEYWORD2)
################################################

needsUpdate KEYWORD2
update KEYWORD2

#######################################
# Instances (KEYWORD2)
#######################################

SAMD_BootloaderUpdater KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
Expand Down
10 changes: 3 additions & 7 deletions libraries/Wire/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# Datatypes (KEYWORD1)
#######################################

Wire KEYWORD2
Wire1 KEYWORD2

#######################################
# Methods and Functions (KEYWORD2)
#######################################
Expand All @@ -17,13 +20,6 @@ requestFrom KEYWORD2
onReceive KEYWORD2
onRequest KEYWORD2

#######################################
# Instances (KEYWORD2)
#######################################

Wire KEYWORD2
Wire1 KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
Expand Down