Minor change: update pool.ntp.org IP address

This commit is contained in:
fbernon 2008-01-03 22:47:17 +00:00
parent a75fb7dfec
commit 3fb7ec0755

View File

@ -61,7 +61,7 @@
/** SNTP server address as IPv4 address in "u32_t" format */
#ifndef SNTP_SERVER_ADDRESS
#define SNTP_SERVER_ADDRESS inet_addr("91.121.71.87") /* pool.ntp.org */
#define SNTP_SERVER_ADDRESS inet_addr("213.161.194.93") /* pool.ntp.org */
#endif
/** SNTP receive timeout - in milliseconds */