Skip to content

Commit

Permalink
synctime.c: removed another timeserver URL.
Browse files Browse the repository at this point in the history
worldtimeserver.com seems also no longer available.
  • Loading branch information
gknauf committed Dec 13, 2014
1 parent e98b7b1 commit 157c975
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/examples/synctime.c
Expand Up @@ -102,12 +102,11 @@ typedef struct
char timeserver[MAX_STRING1];
} conf_t;

const char DefaultTimeServer[4][MAX_STRING1] =
const char DefaultTimeServer[3][MAX_STRING1] =
{
"http://pool.ntp.org/",
"http://nist.time.gov/",
"http://www.google.com/",
"http://www.worldtimeserver.com/"
"http://www.google.com/"
};

const char *DayStr[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};
Expand Down

0 comments on commit 157c975

Please sign in to comment.