mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-08 23:44:39 +08:00
removed spaces at line ending, fixed include guard
This commit is contained in:
parent
a2cd2ae5a8
commit
bef5ccda0b
@ -29,8 +29,8 @@
|
|||||||
* Author: Frédéric Bernon, Simon Goldschmidt
|
* Author: Frédéric Bernon, Simon Goldschmidt
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_SNTP_OPTS_H
|
#ifndef LWIP_HDR_SNTP_OPTS_H
|
||||||
#define LWIP_SNTP_OPTS_H
|
#define LWIP_HDR_SNTP_OPTS_H
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
|
|
||||||
@ -156,4 +156,4 @@
|
|||||||
#define SNTP_RETRY_TIMEOUT_EXP 1
|
#define SNTP_RETRY_TIMEOUT_EXP 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* LWIP_SNTP_OPTS_H */
|
#endif /* LWIP_HDR_SNTP_OPTS_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user