Add missing initialization.
This commit is contained in:
@@ -9842,6 +9842,7 @@ bool SFE_UBLOX_GNSS::initPacketUBXNAVDOP()
|
|||||||
}
|
}
|
||||||
packetUBXNAVDOP->automaticFlags.flags.all = 0;
|
packetUBXNAVDOP->automaticFlags.flags.all = 0;
|
||||||
packetUBXNAVDOP->callbackPointer = NULL;
|
packetUBXNAVDOP->callbackPointer = NULL;
|
||||||
|
packetUBXNAVDOP->callbackPointerPtr = NULL;
|
||||||
packetUBXNAVDOP->callbackData = NULL;
|
packetUBXNAVDOP->callbackData = NULL;
|
||||||
packetUBXNAVDOP->moduleQueried.moduleQueried.all = 0;
|
packetUBXNAVDOP->moduleQueried.moduleQueried.all = 0;
|
||||||
return (true);
|
return (true);
|
||||||
|
|||||||
Reference in New Issue
Block a user