add ftpclient final

This commit is contained in:
yanglong
2023-09-17 15:35:13 +08:00
parent a1df906d16
commit 6bc375c316
30 changed files with 583 additions and 1 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
endif
ifeq ($(CONFIG_USER_TEST_FTPCLIENT),y)
SRC_FILES +=
SRC_FILES += test_ftpclient_final/test_ftpclient_final.c test_ftpclient_final/ftp_client/ftp_client.c test_ftpclient_final/ftp_client/my_socket.c
endif
ifeq ($(CONFIG_USER_TEST_LORA_P2P),y)