mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 21:14:09 +00:00
Remove double definition of SNTP_SERVER_DNS.
Signed-off-by: goldsimon <goldsimon@gmx.de>
This commit is contained in:
parent
d02a73c285
commit
c12aa3fb40
@ -86,11 +86,6 @@
|
|||||||
#define SNTP_PORT 123
|
#define SNTP_PORT 123
|
||||||
#endif
|
#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:
|
/** Sanity check:
|
||||||
* Define this to
|
* Define this to
|
||||||
* - 0 to turn off sanity checks (default; smaller code)
|
* - 0 to turn off sanity checks (default; smaller code)
|
||||||
|
Loading…
Reference in New Issue
Block a user