mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
fixed header include guard, fixed FILES
This commit is contained in:
parent
22957a8082
commit
b6ad76fe1a
@ -1,2 +1,2 @@
|
|||||||
This directory contains application headers.
|
This directory contains application headers.
|
||||||
Every application shall provide one api file APP.h and one options file APP_opts.h
|
Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
* Author: Frédéric Bernon, Simon Goldschmidt
|
* Author: Frédéric Bernon, Simon Goldschmidt
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_SNTP_H
|
#ifndef LWIP_HDR_SNTP_H
|
||||||
#define LWIP_SNTP_H
|
#define LWIP_HDR_SNTP_H
|
||||||
|
|
||||||
#include "lwip/apps/sntp_opts.h"
|
#include "lwip/apps/sntp_opts.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
@ -66,4 +66,4 @@ void sntp_servermode_dhcp(int set_servers_from_dhcp);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* LWIP_SNTP_H */
|
#endif /* LWIP_HDR_SNTP_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user