Skip to content

Commit 2e0ce10

Browse files
committed
Typo fix
1 parent 5ac5d9a commit 2e0ce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Tasks.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ bool tasksStartGnssUart()
24232423

24242424
availableHandlerSpace = settings.gnssHandlerBufferSize;
24252425

2426-
// Reads data from ZED and stores data into circular buffer
2426+
// Reads data from GNSS and stores data into circular buffer
24272427
if (!task.gnssReadTaskRunning)
24282428
xTaskCreatePinnedToCore(gnssReadTask, // Function to call
24292429
"gnssRead", // Just for humans

0 commit comments

Comments
 (0)