Skip to content

Commit 59e841f

Browse files
committed
Fix comment
1 parent 7ec1a45 commit 59e841f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SparkFun_Unicore_GNSS_Arduino_Library.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ Um980Result UM980::sendQuery(const char *command, uint16_t maxWaitMs)
976976
return (UM980_RESULT_TIMEOUT_RESPONSE);
977977
}
978978

979-
updateOnce(); // Will call um980EomHandler()
979+
updateOnce(); // Will call um980ProcessMessage()
980980

981981
if (commandResponse == UM980_RESULT_RESPONSE_COMMAND_OK)
982982
{
@@ -1022,7 +1022,7 @@ Um980Result UM980::sendString(const char *command, uint16_t maxWaitMs)
10221022
return (UM980_RESULT_TIMEOUT_RESPONSE);
10231023
}
10241024

1025-
updateOnce(); // Will call um980EomHandler()
1025+
updateOnce(); // Will call um980ProcessMessage()
10261026

10271027
if (commandResponse == UM980_RESULT_RESPONSE_COMMAND_OK)
10281028
{

0 commit comments

Comments
 (0)