Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SparkFun_Ublox_Arduino_Library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ void SFE_UBLOX_GPS::processUBXpacket(ubxPacket *msg)
&& (packetUBXNAVHPPOSLLH->automaticFlags.flags.bits.callbackCopyValid == false)) // AND the data is stale
{
memcpy(&packetUBXNAVHPPOSLLHcopy->version, &packetUBXNAVHPPOSLLH->data.version, sizeof(UBX_NAV_HPPOSLLH_data_t));
packetUBXNAVHPPOSECEF->automaticFlags.flags.bits.callbackCopyValid = true;
packetUBXNAVHPPOSLLH->automaticFlags.flags.bits.callbackCopyValid = true;
}

//Check if we need to copy the data into the file buffer
Expand Down