fixed menu and complilation error

This commit is contained in:
wlyu
2021-12-20 16:44:44 +08:00
14 changed files with 718 additions and 752 deletions

View File

@@ -2,9 +2,11 @@ SRC_DIR :=
ifeq ($(CONFIG_RESOURCES_LWIP),y)
SRC_DIR += lwip_demo
endif
ifeq ($(CONFIG_USING_CONTROL_PLC_OPCUA), y)
SRC_DIR += opcua_demo
endif
endif
include $(KERNEL_ROOT)/compiler.mk