From 5e337591b1e75231f1b51679615bcd605156bdf6 Mon Sep 17 00:00:00 2001 From: thelsing Date: Mon, 22 Jul 2024 12:56:06 +0200 Subject: [PATCH] Update bau57B0.cpp --- src/knx/bau57B0.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/knx/bau57B0.cpp b/src/knx/bau57B0.cpp index 75522aa..3786c2a 100644 --- a/src/knx/bau57B0.cpp +++ b/src/knx/bau57B0.cpp @@ -9,13 +9,11 @@ using namespace std; Bau57B0::Bau57B0(Platform& platform) - : BauSystemBDevice(platform), + : BauSystemBDevice(platform), DataLinkLayerCallbacks(), _ipParameters(_deviceObj, platform), - _dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this), - DataLinkLayerCallbacks() + _dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this) #ifdef USE_CEMI_SERVER - , - _cemiServer(*this) + , _cemiServer(*this) #endif { _netLayer.getInterface().dataLinkLayer(_dlLayer);