Remove double definition of SNTP_SERVER_DNS.

Signed-off-by: goldsimon <goldsimon@gmx.de>
This commit is contained in:
Matthias Hofmann 2017-06-23 08:10:52 +02:00 committed by goldsimon
parent d02a73c285
commit c12aa3fb40

View File

@ -86,11 +86,6 @@
#define SNTP_PORT 123
#endif
/** Set this to 1 to allow config of SNTP server(s) by DNS name */
#if !defined SNTP_SERVER_DNS || defined __DOXYGEN__
#define SNTP_SERVER_DNS 0
#endif
/** Sanity check:
* Define this to
* - 0 to turn off sanity checks (default; smaller code)