|
@@ -22,6 +22,7 @@
|
|
|
#include "rtc.h"
|
|
|
#include "stm32f4x7_eth_bsp.h"
|
|
|
#include "netconf.h"
|
|
|
+#include "udp_netsetting.h"
|
|
|
#include "snmp_api.h"
|
|
|
#include "http_server.h"
|
|
|
#include "sntp.h"
|
|
@@ -117,6 +118,8 @@ void InitTask(void *params)
|
|
|
#endif
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
|
+ /* UDP for net settings */
|
|
|
+ UDP_netsetting_init();
|
|
|
// -----------------------------------------------------------------------------
|
|
|
#ifdef UPS_ENABLE
|
|
|
/* UPS_Init();
|