Skip to content

Commit a1884d3

Browse files
authored
Merge pull request #25 from sparkfun/release_candidate
v3.0.13
2 parents 080af6c + 6921f82 commit a1884d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun u-blox GNSS v3
2-
version=3.0.12
2+
version=3.0.13
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for I2C, Serial and SPI Communication with u-blox GNSS modules<br/><br/>

src/u-blox_GNSS.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6048,6 +6048,7 @@ void DevUBLOXGNSS::checkCallbacks(void)
60486048
storageRTCM1005->automaticFlags.flags.bits.callbackDataValid = 0; // Mark the data as stale
60496049
}
60506050

6051+
#ifndef SFE_UBLOX_DISABLE_RTCM_LOGGING
60516052
if (rtcmInputStorage.rtcm1005CallbackPointer != nullptr) // If the pointer to the callback has been defined
60526053
if (rtcmInputStorage.flags.bits.dataValid1005 == 1) // If the copy of the data is valid
60536054
if (rtcmInputStorage.flags.bits.dataRead1005 == 0) // If the data has not been read
@@ -6063,6 +6064,7 @@ void DevUBLOXGNSS::checkCallbacks(void)
60636064
rtcmInputStorage.rtcm1006CallbackPointer(&rtcmInputStorage.rtcm1006); // Call the callback
60646065
rtcmInputStorage.flags.bits.dataRead1006 = 1; // Mark the data as read
60656066
}
6067+
#endif
60666068

60676069
checkCallbacksReentrant = false;
60686070
}

0 commit comments

Comments
 (0)