mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Changed comment lines
Changed the comment lines to reflect the current possibilities TP and RF
This commit is contained in:
parent
d24f6de36f
commit
b0238cfe7e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user