Skip to content

Commit 7617ab8

Browse files
committed
Docs: Fix typo
1 parent 3952f4a commit 7617ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Tasks.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ void handleGnssDataTask(void *e)
722722
if ((btRingBufferTail + bytesToSend) > settings.gnssHandlerBufferSize)
723723
bytesToSend = settings.gnssHandlerBufferSize - btRingBufferTail;
724724

725-
// If we are in the config menu, supress data flowing from ZED to cell phone
725+
// If we are in the config menu, suppress data flowing from ZED to cell phone
726726
if (btPrintEcho == false)
727727
// Push new data to BT SPP
728728
bytesToSend = bluetoothWrite(&ringBuffer[btRingBufferTail], bytesToSend);

0 commit comments

Comments
 (0)