Skip to content

Commit cbdf890

Browse files
committed
Update NtripServer.ino
1 parent e763587 commit cbdf890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Surveyor/NtripServer.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ void ntripServerSetState(NTRIP_SERVER_DATA * ntripServer, uint8_t newState)
485485
// Shutdown the NTRIP server
486486
void ntripServerShutdown(int serverIndex)
487487
{
488-
ntripServerStop(serverIndex, true, "ntripServerShutdown");
488+
ntripServerStop(serverIndex, true);
489489
}
490490

491491
// Start the NTRIP server
@@ -496,7 +496,7 @@ void ntripServerStart(int serverIndex)
496496

497497
// Start the NTRIP server
498498
systemPrintf("NTRIP Server %d start\r\n", serverIndex);
499-
ntripServerStop(serverIndex, false, "ntripServerStart");
499+
ntripServerStop(serverIndex, false);
500500
}
501501

502502
// Shutdown or restart the NTRIP server

0 commit comments

Comments
 (0)