Skip to content

Commit

Permalink
Remove unwanted comment for return value of SntpGetTime_t (#101)
Browse files Browse the repository at this point in the history
* Remove unwanted comment

* Update README.md
  • Loading branch information
kar-rahul-aws authored Nov 6, 2024
1 parent 025a000 commit 73e76fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/include/core_sntp_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ typedef bool ( * SntpResolveDns_t )( const SntpServerInfo_t * pServerAddr,
*
* @param[out] pCurrentTime This should be filled with the current system time
* in SNTP timestamp format.
*
* @return `true` if obtaining system time is successful; otherwise `false` to
* represent failure.
*/
typedef void ( * SntpGetTime_t )( SntpTimestamp_t * pCurrentTime );

Expand Down

0 comments on commit 73e76fe

Please sign in to comment.