From cfeb61685e1f46a8fb4cca6829820ea4e845ebe9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 4 Apr 2021 02:09:15 -0700 Subject: [PATCH] Use established KEYWORD_TOKENTYPE for Wire keyword All the other platform bundled libraries use KEYWORD1 for the library's global instance. --- 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 5e3d2b1ca..ee1d0acc5 100644 --- a/libraries/Wire/keywords.txt +++ b/libraries/Wire/keywords.txt @@ -6,6 +6,8 @@ # Datatypes (KEYWORD1) ####################################### +Wire KEYWORD1 + ####################################### # Methods and Functions (KEYWORD2) ####################################### @@ -18,12 +20,6 @@ requestFrom KEYWORD2 onReceive KEYWORD2 onRequest KEYWORD2 -####################################### -# Instances (KEYWORD2) -####################################### - -Wire KEYWORD2 - ####################################### # Constants (LITERAL1) #######################################