Changed comment lines

Changed the comment lines to reflect the current possibilities TP and RF
This commit is contained in:
OnlineCaveman 2022-10-25 17:28:00 +02:00
parent d24f6de36f
commit b0238cfe7e
2 changed files with 2 additions and 2 deletions

View File

@ -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<Samd51Platform, Bau07B0> knx(buttonEvent);
#elif MASK_VERSION == 0x27B0

View File

@ -474,7 +474,7 @@ template <class P, class B> 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<Samd51Platform, Bau07B0> knx;
#elif MASK_VERSION == 0x27B0