Skip to content

Commit 588cba2

Browse files
committed
fix build error without Tunneling
1 parent c6f96f0 commit 588cba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/knx/ip_data_link_layer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ IpDataLinkLayer::IpDataLinkLayer(DeviceObject& devObj, IpParameterObject& ipPara
2929
#endif
3030
DataLinkLayerCallbacks* dllcb) : DataLinkLayer(devObj, netLayerEntity, platform, busAccessUnit),
3131
_ipParameters(ipParam),
32-
_dllcb(dllcb),
32+
_dllcb(dllcb)
3333
#ifdef KNX_TUNNELING
34-
_ipTunnelServer(ipTunnelServer)
34+
,_ipTunnelServer(ipTunnelServer)
3535
#endif
3636
{
3737
}

0 commit comments

Comments
 (0)