Modify app address, for AT cmd

This commit is contained in:
songyanguang
2025-05-12 16:50:37 +08:00
parent cd121f49f9
commit 33523335e2
11 changed files with 31 additions and 9 deletions
@@ -1,5 +1,7 @@
# SRC_FILES := connect_uart.c test_uart.c
SRC_DIR := test
ifeq ($(CONFIG_LTE_TEST),y)
SRC_DIR := test
endif
SRC_FILES := connect_lte.c
include $(KERNEL_ROOT)/compiler.mk