@@ -1,4 +1,4 @@
-#include "sntp.h"
+#include "sntp_api.h"
#include "rtc.h"
#include "settings_api.h"
@@ -1,5 +1,5 @@
-#ifndef __SNTP_H__
-#define __SNTP_H__
+#ifndef __SNTP_API_H__
+#define __SNTP_API_H__
/*
#include "lwip/udp.h"
#include "lwip/def.h"
@@ -53,4 +53,4 @@ void sntp_stop(void);
#endif
*/
-#endif /* __SNTP_H__ */
+#endif /* __SNTP_API_H__ */
@@ -19,7 +19,7 @@
#include "log.h"
#include "hal.h"
#include "radius_user.h"
#ifdef PRINTF_STDLIB
#include <stdio.h>
@@ -2000,7 +2000,7 @@
<name>$PROJ_DIR$\..\..\modules\Ethernet\snmp_api.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\modules\Ethernet\sntp.c</name>
+ <name>$PROJ_DIR$\..\..\modules\Ethernet\sntp_api.c</name>
<name>$PROJ_DIR$\..\..\modules\Ethernet\trap_api.c</name>
@@ -25,7 +25,7 @@
#include "udp_netsetting.h"
#include "snmp_api.h"
#include "http_server.h"
#include "main.h"
#include "trap_api.h"