diff --git a/right/src/config_parser/parse_config.c b/right/src/config_parser/parse_config.c index 65556e2..ce12173 100644 --- a/right/src/config_parser/parse_config.c +++ b/right/src/config_parser/parse_config.c @@ -27,8 +27,8 @@ parser_error_t ParseConfig(config_buffer_t *buffer) parser_error_t errorCode; uint16_t dataModelVersion = readUInt16(buffer); -// uint16_t userConfigLength = readUInt16(buffer); -// (void)userConfigLength; + uint16_t userConfigLength = readUInt16(buffer); + (void)userConfigLength; readString(buffer, &len); // Ignore device name uint16_t moduleConfigurationCount = readCompactLength(buffer);