mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 03:32:50 +00: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.
|
||||
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
|
||||
*
|
||||
*/
|
||||
#ifndef LWIP_SNTP_H
|
||||
#define LWIP_SNTP_H
|
||||
#ifndef LWIP_HDR_SNTP_H
|
||||
#define LWIP_HDR_SNTP_H
|
||||
|
||||
#include "lwip/apps/sntp_opts.h"
|
||||
#include "lwip/ip_addr.h"
|
||||
@ -66,4 +66,4 @@ void sntp_servermode_dhcp(int set_servers_from_dhcp);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* LWIP_SNTP_H */
|
||||
#endif /* LWIP_HDR_SNTP_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user