mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
fix build
This commit is contained in:
parent
84808912dc
commit
7c85635183
@ -11,7 +11,7 @@ using namespace std;
|
|||||||
Bau57B0::Bau57B0(Platform& platform)
|
Bau57B0::Bau57B0(Platform& platform)
|
||||||
: BauSystemBDevice(platform), DataLinkLayerCallbacks(),
|
: BauSystemBDevice(platform), DataLinkLayerCallbacks(),
|
||||||
_ipParameters(_deviceObj, platform),
|
_ipParameters(_deviceObj, platform),
|
||||||
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this)
|
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, *this, (DataLinkLayerCallbacks*) this)
|
||||||
#ifdef USE_CEMI_SERVER
|
#ifdef USE_CEMI_SERVER
|
||||||
, _cemiServer(*this)
|
, _cemiServer(*this)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user