Remove unnecessary clearing of numberOfElements

This commit is contained in:
nanosonde 2018-04-25 23:25:15 +02:00
parent 7c7d0d0b5b
commit f420c6dc21

View File

@ -40,8 +40,4 @@ void InterfaceObject::readPropertyDescription(uint8_t& propertyId, uint8_t& prop
numberOfElements = desc->MaxElements;
access = desc->Access;
}
else
{
numberOfElements = 0;
}
}