File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11name =SparkFun u-blox GNSS v3
2- version =3.0.12
2+ version =3.0.13
33author =SparkFun Electronics <
[email protected] >
44maintainer =SparkFun Electronics <sparkfun.com>
55sentence =Library for I2C, Serial and SPI Communication with u-blox GNSS modules<br/><br/>
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments