mirror of
https://github.com/thelsing/knx.git
synced 2025-07-16 13:46:32 +02:00
Remove unnecessary clearing of numberOfElements
This commit is contained in:
parent
7c7d0d0b5b
commit
f420c6dc21
@ -40,8 +40,4 @@ void InterfaceObject::readPropertyDescription(uint8_t& propertyId, uint8_t& prop
|
|||||||
numberOfElements = desc->MaxElements;
|
numberOfElements = desc->MaxElements;
|
||||||
access = desc->Access;
|
access = desc->Access;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
numberOfElements = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user