Skip to content

Commit

Permalink
Merge pull request #286 from thelsing/thelsing-patch-2
Browse files Browse the repository at this point in the history
Update bau57B0.cpp
  • Loading branch information
thelsing authored Jul 22, 2024
2 parents cc54c2c + 5e33759 commit e2d33b0
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 e2d33b0

Please sign in to comment.