From 3a9451238daf56e5dc2f6a8a1532c650aa9120b8 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 22 七月 2023 11:53:50 +0800
Subject: [PATCH] 初步调通,气压能正常读取,可以定位

---
 MDK-ARM/L051/L051.lnp |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/MDK-ARM/L051/L051.lnp b/MDK-ARM/L051/L051.lnp
index f014d8e..d070f0b 100644
--- a/MDK-ARM/L051/L051.lnp
+++ b/MDK-ARM/L051/L051.lnp
@@ -1,12 +1,11 @@
 --cpu Cortex-M0+
 "l051\startup_stm32l051xx.o"
+"l051\lis3dh_driver.o"
+"l051\dw_driver.o"
+"l051\bmp390.o"
 "l051\deca_device.o"
 "l051\deca_params_init.o"
 "l051\deca_range_tables.o"
-"l051\dw_driver.o"
-"l051\lis3dh_driver.o"
-"l051\dps310.o"
-"l051\dps368_test.o"
 "l051\spi.o"
 "l051\adc.o"
 "l051\usart.o"
@@ -14,6 +13,7 @@
 "l051\global_param.o"
 "l051\dw_app.o"
 "l051\serial_at_cmd_app.o"
+"l051\dw_ds_anc.o"
 "l051\main.o"
 "l051\stm32l0xx_it.o"
 "l051\stm32l0xx_hal_msp.o"
@@ -32,6 +32,7 @@
 "l051\stm32l0xx_hal_pwr.o"
 "l051\stm32l0xx_hal_pwr_ex.o"
 "l051\stm32l0xx_hal_cortex.o"
+"l051\stm32l0xx_hal_exti.o"
 "l051\stm32l0xx_hal_lptim.o"
 "l051\stm32l0xx_hal_spi.o"
 "l051\stm32l0xx_hal_tim.o"

--
Gitblit v1.9.3