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

Removed accidental Serial.println #94

Merged
merged 1 commit into from
Apr 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/SparkFun_Ublox_Arduino_Library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ void SFE_UBLOX_GPS::processUBX(uint8_t incoming, ubxPacket *incomingUBX)
{
_debugSerial->println(F("processUBX: counter hit MAX_PAYLOAD_SIZE"));
}
Serial.println(F("processUBX: counter hit MAX_PAYLOAD_SIZE"));
}
}

Expand Down