Skip to content

Commit e2d33b0

Browse files
authored
Merge pull request #286 from thelsing/thelsing-patch-2
Update bau57B0.cpp
2 parents cc54c2c + 5e33759 commit e2d33b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/knx/bau57B0.cpp

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
using namespace std;
1010

1111
Bau57B0::Bau57B0(Platform& platform)
12-
: BauSystemBDevice(platform),
12+
: BauSystemBDevice(platform), DataLinkLayerCallbacks(),
1313
_ipParameters(_deviceObj, platform),
14-
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this),
15-
DataLinkLayerCallbacks()
14+
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this)
1615
#ifdef USE_CEMI_SERVER
17-
,
18-
_cemiServer(*this)
16+
, _cemiServer(*this)
1917
#endif
2018
{
2119
_netLayer.getInterface().dataLinkLayer(_dlLayer);

0 commit comments

Comments
 (0)