Correct comment typo

This commit is contained in:
Paul
2022-11-25 10:44:47 +00:00
parent c39be3e490
commit c756c8a159
+1 -1
View File
@@ -13653,7 +13653,7 @@ void SFE_UBLOX_GNSS::logRXMSFRBX(bool enabled)
bool SFE_UBLOX_GNSS::getRXMRAWX(uint16_t maxWait) bool SFE_UBLOX_GNSS::getRXMRAWX(uint16_t maxWait)
{ {
if (packetUBXRXMRAWX == NULL) if (packetUBXRXMRAWX == NULL)
initPacketUBXRXMRAWX(); // Check that RAM has been allocated for the TM2 data initPacketUBXRXMRAWX(); // Check that RAM has been allocated for the RAWX data
if (packetUBXRXMRAWX == NULL) // Bail if the RAM allocation failed if (packetUBXRXMRAWX == NULL) // Bail if the RAM allocation failed
return (false); return (false);