Merge pull request #286 from thelsing/thelsing-patch-2

Update bau57B0.cpp
This commit is contained in:
thelsing 2024-07-22 13:05:59 +02:00 committed by GitHub
commit e2d33b0006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,11 @@
using namespace std; using namespace std;
Bau57B0::Bau57B0(Platform& platform) Bau57B0::Bau57B0(Platform& platform)
: BauSystemBDevice(platform), : BauSystemBDevice(platform), DataLinkLayerCallbacks(),
_ipParameters(_deviceObj, platform), _ipParameters(_deviceObj, platform),
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this), _dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this)
DataLinkLayerCallbacks()
#ifdef USE_CEMI_SERVER #ifdef USE_CEMI_SERVER
, , _cemiServer(*this)
_cemiServer(*this)
#endif #endif
{ {
_netLayer.getInterface().dataLinkLayer(_dlLayer); _netLayer.getInterface().dataLinkLayer(_dlLayer);