Removed my _time() implementation to use newlib provided one.
This commit is contained in:
parent
f4a5675854
commit
11c9031d9b
3 changed files with 1 additions and 15 deletions
|
@ -47,12 +47,6 @@ void sntp_initialize(const struct timezone *tz);
|
|||
*/
|
||||
void sntp_set_timezone(const struct timezone *tz);
|
||||
|
||||
/*
|
||||
* Returns the time in seconds since Epoch. If tloc is not NULL, return
|
||||
* value is also stored in the memory pointed by tloc.
|
||||
*/
|
||||
time_t time(time_t *tloc);
|
||||
|
||||
/*
|
||||
* Set SNTP servers. Up to SNTP_NUM_SERVERS_SUPPORTED can be set.
|
||||
* Returns 0 if OK, less than 0 if error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue