- updated version string to "1.6.0"

- removed compiler warning
v1.6_develop_rgoose_sntp
Michael Zillgith 3 years ago
parent 1373a8ca54
commit a037ba7447

@ -17,7 +17,7 @@
#include "platform_endian.h"
#define LIBIEC61850_VERSION "1.5.1"
#define LIBIEC61850_VERSION "1.6.0"
#ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME
#define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com"

@ -696,7 +696,7 @@ DataAttribute_create(const char* name, ModelNode* parent, DataAttributeType type
arrayElement->triggerOptions = triggerOptions;
arrayElement->sAddr = sAddr;
DataAttribute_addChild(self, arrayElement);
DataAttribute_addChild(self, (ModelNode*)arrayElement);
}
}
}

Loading…
Cancel
Save