Skip to content

Commit c756c8a

Browse files
committed
Correct comment typo
1 parent c39be3e commit c756c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SparkFun_u-blox_GNSS_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13653,7 +13653,7 @@ void SFE_UBLOX_GNSS::logRXMSFRBX(bool enabled)
1365313653
bool SFE_UBLOX_GNSS::getRXMRAWX(uint16_t maxWait)
1365413654
{
1365513655
if (packetUBXRXMRAWX == NULL)
13656-
initPacketUBXRXMRAWX(); // Check that RAM has been allocated for the TM2 data
13656+
initPacketUBXRXMRAWX(); // Check that RAM has been allocated for the RAWX data
1365713657
if (packetUBXRXMRAWX == NULL) // Bail if the RAM allocation failed
1365813658
return (false);
1365913659

0 commit comments

Comments
 (0)