Update bau57B0.cpp

This commit is contained in:
thelsing 2024-07-22 12:56:06 +02:00 committed by GitHub
parent cc54c2c98c
commit 5e337591b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);