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 c39be3e commit c756c8aCopy full SHA for c756c8a
src/SparkFun_u-blox_GNSS_Arduino_Library.cpp
@@ -13653,7 +13653,7 @@ void SFE_UBLOX_GNSS::logRXMSFRBX(bool enabled)
13653
bool SFE_UBLOX_GNSS::getRXMRAWX(uint16_t maxWait)
13654
{
13655
if (packetUBXRXMRAWX == NULL)
13656
- initPacketUBXRXMRAWX(); // Check that RAM has been allocated for the TM2 data
+ initPacketUBXRXMRAWX(); // Check that RAM has been allocated for the RAWX data
13657
if (packetUBXRXMRAWX == NULL) // Bail if the RAM allocation failed
13658
return (false);
13659
0 commit comments