Skip to content

Commit

Permalink
DLMS_IGNORE_OBJECT_POINTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
gurux01 committed Nov 19, 2019
1 parent 034f789 commit 06bf62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/src/gxset.c
Expand Up @@ -4700,7 +4700,7 @@ int cosem_setTcpUdpSetup(dlmsSettings* settings, gxTcpUdpSetup* object, unsigned
#ifndef DLMS_IGNORE_OBJECT_POINTERS
object->ipSetup = NULL;
#else
object->ipReference = NULL;
memset(object->ipReference, 0, 6);
#endif //DLMS_IGNORE_OBJECT_POINTERS
}
else
Expand Down

0 comments on commit 06bf62d

Please sign in to comment.