mirror of
https://github.com/thelsing/knx.git
synced 2025-02-04 00:16:20 +01:00
Co-authored-by: Waldemar Porscha <waldemar.porscha@sap.com>
This commit is contained in:
parent
22af8267c3
commit
2453c3ce5d
@ -12,7 +12,7 @@ GroupObjectTableObject* GroupObject::_table = 0;
|
|||||||
GroupObject::GroupObject()
|
GroupObject::GroupObject()
|
||||||
{
|
{
|
||||||
_data = 0;
|
_data = 0;
|
||||||
_commFlag = Ok;
|
_commFlag = Uninitialized;
|
||||||
_dataLength = 0;
|
_dataLength = 0;
|
||||||
#ifndef SMALL_GROUPOBJECT
|
#ifndef SMALL_GROUPOBJECT
|
||||||
_updateHandler = 0;
|
_updateHandler = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user