Skip to content

Commit 7a0e348

Browse files
committed
Correct comment typo
1 parent c756c8a commit 7a0e348

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
@@ -13475,7 +13475,7 @@ bool SFE_UBLOX_GNSS::initPacketUBXRXMCOR()
1347513475
bool SFE_UBLOX_GNSS::getRXMSFRBX(uint16_t maxWait)
1347613476
{
1347713477
if (packetUBXRXMSFRBX == NULL)
13478-
initPacketUBXRXMSFRBX(); // Check that RAM has been allocated for the TM2 data
13478+
initPacketUBXRXMSFRBX(); // Check that RAM has been allocated for the SFRBX data
1347913479
if (packetUBXRXMSFRBX == NULL) // Bail if the RAM allocation failed
1348013480
return (false);
1348113481

0 commit comments

Comments
 (0)