Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit eea8369

Browse files
author
Nathan Seidle
committed
Fix typo
1 parent f4cb57e commit eea8369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ boolean SFE_UBLOX_GPS::checkUbloxI2C()
313313
if (_printDebug == true)
314314
{
315315
_debugSerial->print(F("checkUbloxI2C: Large packet of "));
316-
_debugSerial->println(bytesAvailable);
317-
_debugSerial->print(F("bytes received"));
316+
_debugSerial->print(bytesAvailable);
317+
_debugSerial->println(F(" bytes received"));
318318
}
319319
}
320320

0 commit comments

Comments
 (0)