- fixed compiler error: convert faild

pull/345/head
Kevin Jhang 4 years ago
parent 3eee1ca476
commit 48c2a62f16

@ -223,7 +223,6 @@ struct sDataAttribute {
ModelNode* firstChild;
int elementCount; /* > 0 if this is an array */
int index;
FunctionalConstraint fc;
DataAttributeType type;
@ -233,6 +232,8 @@ struct sDataAttribute {
MmsValue* mmsValue;
uint32_t sAddr;
int index;
};
typedef struct sDataSetEntry {

Loading…
Cancel
Save