From 7bc74773fa4720fe6a5774aff4d44b9a166d37e5 Mon Sep 17 00:00:00 2001 From: Ing-Dom Date: Wed, 20 Dec 2023 23:14:10 +0100 Subject: [PATCH] remove new line --- src/rp2040_arduino_platform.cpp | 1 - 1 file changed, 1 deletion(-) 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()