diff --git a/src/rp2040_arduino_platform.cpp b/src/rp2040_arduino_platform.cpp index 747b6549..3443b77a 100644 --- a/src/rp2040_arduino_platform.cpp +++ b/src/rp2040_arduino_platform.cpp @@ -245,7 +245,6 @@ void RP2040ArduinoPlatform::writeBufferedEraseBlock() #if defined(KNX_NETIF) uint32_t RP2040ArduinoPlatform::currentIpAddress() { - return KNX_NETIF.localIP(); } uint32_t RP2040ArduinoPlatform::currentSubnetMask()