From b0238cfe7e16c687794a2f67ae9ca298a704dfdf Mon Sep 17 00:00:00 2001 From: OnlineCaveman <115506475+OnlineCaveman@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:28:00 +0200 Subject: [PATCH] Changed comment lines Changed the comment lines to reflect the current possibilities TP and RF --- src/knx_facade.cpp | 2 +- src/knx_facade.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/knx_facade.cpp b/src/knx_facade.cpp index 4a26740..2c3b97e 100644 --- a/src/knx_facade.cpp +++ b/src/knx_facade.cpp @@ -37,7 +37,7 @@ #endif #ifdef __SAMD51__ - // predefined global instance for TP or IP + // predefined global instance for TP or RF #if MASK_VERSION == 0x07B0 KnxFacade knx(buttonEvent); #elif MASK_VERSION == 0x27B0 diff --git a/src/knx_facade.h b/src/knx_facade.h index be0a14b..428b63d 100644 --- a/src/knx_facade.h +++ b/src/knx_facade.h @@ -474,7 +474,7 @@ template class KnxFacade : private SaveRestore #ifndef KNX_NO_AUTOMATIC_GLOBAL_INSTANCE #ifdef __SAMD51__ - // predefined global instance for TP or IP + // predefined global instance for TP or RF #if MASK_VERSION == 0x07B0 extern KnxFacade knx; #elif MASK_VERSION == 0x27B0