From f81b8a543612b32a40ca491eaecfd68aa4411c53 Mon Sep 17 00:00:00 2001 From: Ciprian Regus Date: Thu, 24 Aug 2023 12:47:11 +0300 Subject: [PATCH] static ip --- projects/swiot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/swiot/Makefile b/projects/swiot/Makefile index ef47e767674..43ebd679ea4 100644 --- a/projects/swiot/Makefile +++ b/projects/swiot/Makefile @@ -17,6 +17,6 @@ CFLAGS += -DMXQ_ON_NO_OS # CFLAGS += -DNO_OS_NETWORKING CFLAGS += -DNO_OS_LWIP_NETWORKING CFLAGS += -DEXT_FLASH_MX25 -# CFLAGS += -DNO_OS_STATIC_IP +CFLAGS += -DNO_OS_STATIC_IP CFLAGS += -DIIO_IGNORE_BUFF_OVERRUN_ERR