We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c756c8a commit 7a0e348Copy full SHA for 7a0e348
src/SparkFun_u-blox_GNSS_Arduino_Library.cpp
@@ -13475,7 +13475,7 @@ bool SFE_UBLOX_GNSS::initPacketUBXRXMCOR()
13475
bool SFE_UBLOX_GNSS::getRXMSFRBX(uint16_t maxWait)
13476
{
13477
if (packetUBXRXMSFRBX == NULL)
13478
- initPacketUBXRXMSFRBX(); // Check that RAM has been allocated for the TM2 data
+ initPacketUBXRXMSFRBX(); // Check that RAM has been allocated for the SFRBX data
13479
if (packetUBXRXMSFRBX == NULL) // Bail if the RAM allocation failed
13480
return (false);
13481
0 commit comments