fixed header include guard, fixed FILES
This commit is contained in:
@@ -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<46>d<EFBFBD>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 */
|
||||
|
||||
Reference in New Issue
Block a user