mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Remove unnecessary clearing of numberOfElements
This commit is contained in:
@@ -40,8 +40,4 @@ void InterfaceObject::readPropertyDescription(uint8_t& propertyId, uint8_t& prop
|
||||
numberOfElements = desc->MaxElements;
|
||||
access = desc->Access;
|
||||
}
|
||||
else
|
||||
{
|
||||
numberOfElements = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user