diff --git a/interface_object.cpp b/interface_object.cpp index 53fa85e..a82e430 100644 --- a/interface_object.cpp +++ b/interface_object.cpp @@ -40,8 +40,4 @@ void InterfaceObject::readPropertyDescription(uint8_t& propertyId, uint8_t& prop numberOfElements = desc->MaxElements; access = desc->Access; } - else - { - numberOfElements = 0; - } } \ No newline at end of file