From d7f957eb56272e006de3dd404454cdf56de86655 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期日, 25 二月 2024 18:42:52 +0800
Subject: [PATCH] 调通数据上报,测距,同步

---
 MDK-ARM/L051/L051.lnp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MDK-ARM/L051/L051.lnp b/MDK-ARM/L051/L051.lnp
index 25ee983..8cc18e0 100644
--- a/MDK-ARM/L051/L051.lnp
+++ b/MDK-ARM/L051/L051.lnp
@@ -13,7 +13,7 @@
 "l051\dw_app.o"
 "l051\serial_at_cmd_app.o"
 "l051\crc.o"
-"l051\dw_ancapp.o"
+"l051\dw_mbx_tag.o"
 "l051\main.o"
 "l051\stm32l0xx_it.o"
 "l051\stm32l0xx_hal_msp.o"
@@ -41,11 +41,11 @@
 "l051\stm32l0xx_hal_cortex.o"
 "l051\stm32l0xx_hal_iwdg.o"
 "l051\stm32l0xx_hal_lptim.o"
+"l051\stm32l0xx_hal_uart.o"
+"l051\stm32l0xx_hal_uart_ex.o"
 "l051\stm32l0xx_hal_spi.o"
 "l051\stm32l0xx_hal_tim.o"
 "l051\stm32l0xx_hal_tim_ex.o"
-"l051\stm32l0xx_hal_uart.o"
-"l051\stm32l0xx_hal_uart_ex.o"
 --library_type=microlib --strict --scatter "L051\L051.sct"
 --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
 --info sizes --info totals --info unused --info veneers

--
Gitblit v1.9.3