We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fea7d commit 4eff567Copy full SHA for 4eff567
src/u-blox_GNSS.cpp
@@ -4868,7 +4868,7 @@ void DevUBLOXGNSS::spiTransfer(const uint8_t byteToTransfer)
4868
4869
if ((returnedByte != 0xFF) || (currentSentence != SFE_UBLOX_SENTENCE_TYPE_NONE) || receivedSomething)
4870
{
4871
- if (spiBufferIndex < spiBufferSize)
+ if (spiBufferIndex < spiBufferSize)
4872
4873
spiBuffer[spiBufferIndex] = returnedByte;
4874
spiBufferIndex++;
0 commit comments