We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b437d7 commit 417aaccCopy full SHA for 417aacc
tools/sdk/include/sntp.h
@@ -18,7 +18,7 @@ uint32 sntp_get_current_timestamp();
18
/**
19
* get real time (GTM + 8 time zone)
20
*/
21
-char* sntp_get_real_time(long t);
+char* sntp_get_real_time(time_t t);
22
23
* SNTP get time_zone default GMT + 8
24
0 commit comments