Skip to content

Commit 73e76fe

Browse files
Remove unwanted comment for return value of SntpGetTime_t (#101)
* Remove unwanted comment * Update README.md
1 parent 025a000 commit 73e76fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/include/core_sntp_client.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ typedef bool ( * SntpResolveDns_t )( const SntpServerInfo_t * pServerAddr,
100100
*
101101
* @param[out] pCurrentTime This should be filled with the current system time
102102
* in SNTP timestamp format.
103-
*
104-
* @return `true` if obtaining system time is successful; otherwise `false` to
105-
* represent failure.
106103
*/
107104
typedef void ( * SntpGetTime_t )( SntpTimestamp_t * pCurrentTime );
108105

0 commit comments

Comments
 (0)