Skip to content

Commit

Permalink
Update bau57B0.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thelsing authored Jul 22, 2024
1 parent cc54c2c commit 5e33759
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/knx/bau57B0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5e33759

Please sign in to comment.