From ea50ebd8ff8a7539e78fe8becc5fcb8b8e89a5c3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 4 Apr 2021 02:13:10 -0700 Subject: [PATCH] Use established KEYWORD_TOKENTYPE for Wire keyword All the other platform bundled libraries use `KEYWORD1` for the library's global instance so this provides consistency. --- libraries/Wire/keywords.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libraries/Wire/keywords.txt b/libraries/Wire/keywords.txt index 5e3d2b1c..04b8301a 100644 --- a/libraries/Wire/keywords.txt +++ b/libraries/Wire/keywords.txt @@ -6,6 +6,8 @@ # Datatypes (KEYWORD1) ####################################### +Wire KEYWORD2 + ####################################### # Methods and Functions (KEYWORD2) ####################################### @@ -18,12 +20,6 @@ requestFrom KEYWORD2 onReceive KEYWORD2 onRequest KEYWORD2 -####################################### -# Instances (KEYWORD2) -####################################### - -Wire KEYWORD2 - ####################################### # Constants (LITERAL1) #######################################