Skip to content

Commit b746d8e

Browse files
committed
Step_6.2
1 parent 35d225e commit b746d8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SparkFun_u-blox_GNSS_Arduino_Library.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,9 @@ bool SFE_UBLOX_GNSS::checkAutomatic(uint8_t Class, uint8_t ID)
11551155
case UBX_NAV_HPPOSLLH:
11561156
if (packetUBXNAVHPPOSLLH != NULL) result = true;
11571157
break;
1158+
case UBX_NAV_PVAT:
1159+
if (packetUBXNAVPVAT != NULL) result = true;
1160+
break;
11581161
case UBX_NAV_CLOCK:
11591162
if (packetUBXNAVCLOCK != NULL) result = true;
11601163
break;

0 commit comments

Comments
 (0)