From 6a2e18806abbedcabd384deb01be25e5a373477b Mon Sep 17 00:00:00 2001 From: ambrumf <421653227@qq.com> Date: Mon, 23 Oct 2023 15:49:50 +0800 Subject: [PATCH] bugfix --- APP_Framework/Applications/app_test/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/APP_Framework/Applications/app_test/Makefile b/APP_Framework/Applications/app_test/Makefile index eff6cfd65..eb3bd6513 100644 --- a/APP_Framework/Applications/app_test/Makefile +++ b/APP_Framework/Applications/app_test/Makefile @@ -124,10 +124,6 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y) ifeq ($(CONFIG_USER_TEST_MODBUS_TCP),y) SRC_DIR += test_modbus_tcp endif - - ifeq ($(CONFIG_USER_TEST_FTPCLIENT),y) - SRC_FILES += test_ftp/test_ftp.c - endif ifeq ($(CONFIG_USER_TEST_WEBSERVER),y) SRC_FILES +=