mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
No IP version yet
This commit is contained in:
parent
76762571ea
commit
7373ab0a87
@ -40,8 +40,8 @@
|
||||
// predefined global instance for TP or IP
|
||||
#if MASK_VERSION == 0x07B0
|
||||
KnxFacade<Samd51Platform, Bau07B0> knx(buttonEvent);
|
||||
#elif MASK_VERSION == 0x57B0
|
||||
KnxFacade<Samd51Platform, Bau57B0> knx(buttonEvent);
|
||||
// #elif MASK_VERSION == 0x57B0
|
||||
// KnxFacade<Samd51Platform, Bau57B0> knx(buttonEvent);
|
||||
#else
|
||||
#error "Mask version not supported on SAMD51"
|
||||
#endif
|
||||
|
@ -477,8 +477,8 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
||||
// predefined global instance for TP or IP
|
||||
#if MASK_VERSION == 0x07B0
|
||||
extern KnxFacade<Samd51Platform, Bau07B0> knx;
|
||||
#elif MASK_VERSION == 0x57B0
|
||||
extern KnxFacade<Samd51Platform, Bau57B0> knx;
|
||||
// #elif MASK_VERSION == 0x57B0
|
||||
// extern KnxFacade<Samd51Platform, Bau57B0> knx;
|
||||
#else
|
||||
#error "Mask version not supported on SAMD51"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user