From dcd5589252cd3c8e5ab78c6ee8bf9b3e89c6507c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 3 Nov 2020 10:42:53 +0100 Subject: [PATCH] first use of libmbus --- cube/User/Src/mbusComm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cube/User/Src/mbusComm.c b/cube/User/Src/mbusComm.c index 5c32a65..748fb60 100644 --- a/cube/User/Src/mbusComm.c +++ b/cube/User/Src/mbusComm.c @@ -81,6 +81,7 @@ static void parseAndPrintFrame(t_longframe *frame) { logMsg("papf parse: %d", r); char *xml = mbus_frame_data_xml(&frame_data); + logMsg("xml ptr: %p", xml); if (xml != NULL) { logMsg("XML: %s", xml); free(xml);