fixed header include guard, fixed FILES

This commit is contained in:
sg 2015-10-08 21:13:42 +02:00
parent 22957a8082
commit b6ad76fe1a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 */