Skip to content

Commit 939a58f

Browse files
committed
Remove extra debugPrint
1 parent c0a92de commit 939a58f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFun_Unicore_GNSS_Arduino_Library.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ void UM980::unicoreHandler(uint8_t *response, uint16_t length)
11451145
memcpy(&extSolStat, &data[offsetBestnavExtSolStat], sizeof(uint8_t));
11461146
packetBESTNAV->data.rtkSolution = extSolStat & 0x01; // 0 = unchecked, 1 = checked
11471147
packetBESTNAV->data.pseudorangeCorrection = (extSolStat >> 1) & 0b111; // Limit to three bits
1148-
debugPrintf("BestNav Handler 2");
11491148
}
11501149
else if (messageID == messageIdRectime)
11511150
{

0 commit comments

Comments
 (0)