1、fix uart dev_recv_callback not init error;2、fix app_test compile error.

This commit is contained in:
Liu_Weichao
2023-11-28 11:11:53 +08:00
parent 8a8a513cf1
commit 3378579d9e
29 changed files with 36 additions and 2 deletions
+3 -1
View File
@@ -150,7 +150,9 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
endif
ifeq ($(CONFIG_USER_TEST_FTPCLIENT_RISCV),y)
SRC_FILES += test_ftpclient_riscv/test_ftpclient_riscv.c
ifeq ($(CONFIG_BSP_USING_W5500),y)
SRC_FILES += test_ftpclient_riscv/test_ftpclient_riscv.c
endif
endif
ifeq ($(CONFIG_USER_TEST_LORA_P2P),y)