Skip to content

Commit

Permalink
GNSS: Add comment regarding units for waitUpdate argument
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE committed Feb 14, 2023
1 parent fb23d00 commit 191f3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ int SpGnss::isUpdate(void)

/**
* @brief Wait for position information to be updated
* @param [in] timeout timeout of waiting
* @param [in] timeout timeout of waiting [sec]
* @return 1 enable, 0 disable
*
* If not specified timeout, wait forever.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class SpGnss
/**
* @brief Wait for position information to be updated
* @details Calling this function will block until GNSS positioning information is updated.
* @param [in] timeout timeout of waiting
* @param [in] timeout timeout of waiting [sec]
* @return 1 enable, 0 disable
*
* Returns 1 if position information is updated.
Expand Down

0 comments on commit 191f3c8

Please sign in to comment.