mirror of
https://github.com/thelsing/knx.git
synced 2025-03-31 01:17:31 +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;
|
||||
access = desc->Access;
|
||||
}
|
||||
else
|
||||
{
|
||||
numberOfElements = 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user