mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
Added functionality for W5500
Initialisation works. Compiling fails on "htonl" expansion. If commented out it compiles fine.
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
KnxFacade<Samd51Platform, Bau07B0> knx(buttonEvent);
|
||||
#elif MASK_VERSION == 0x27B0
|
||||
KnxFacade<Samd51Platform, Bau2920> 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
|
||||
|
||||
Reference in New Issue
Block a user