From 8b77c1ebab0a815b07d8a899b4783c923dc733e2 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 01 三月 2024 17:39:46 +0800
Subject: [PATCH] 通用测试固件,调通ADC,气压计,打印气压,增加长按重启功能

---
 MDK-ARM/L051.uvprojx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx
index 8168b5d..3b862a0 100644
--- a/MDK-ARM/L051.uvprojx
+++ b/MDK-ARM/L051.uvprojx
@@ -339,7 +339,7 @@
               <MiscControls></MiscControls>
               <Define>USE_HAL_DRIVER,STM32L051xx</Define>
               <Undefine></Undefine>
-              <IncludePath>../Inc;../Drivers/STM32L0xx_HAL_Driver/Inc;../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32L0xx/Include;../Drivers/CMSIS/Include;../Drivers/ExternlDrivers;../Src/decadriver;../Src/ExternalDevices;../Src/OnChipDevices;../Src/algorithm;../Src/application;../Src/radio</IncludePath>
+              <IncludePath>../Inc; ../Drivers/STM32L0xx_HAL_Driver/Inc; ../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy; ../Drivers/CMSIS/Device/ST/STM32L0xx/Include; ../Drivers/CMSIS/Include; ../Drivers/ExternlDrivers; ../Src/decadriver; ../Src/ExternalDevices; ../Src/OnChipDevices; ../Src/algorithm; ../Src/application; ../Src/radio</IncludePath>
             </VariousControls>
           </Cads>
           <Aads>
@@ -562,6 +562,9 @@
               <FilePath>..\Src\radio\Lora.c</FilePath>
             </File>
           </Files>
+        </Group>
+        <Group>
+          <GroupName>::CMSIS</GroupName>
         </Group>
         <Group>
           <GroupName>Drivers/STM32L0xx_HAL_Driver</GroupName>
@@ -1868,9 +1871,6 @@
               </FileOption>
             </File>
           </Files>
-        </Group>
-        <Group>
-          <GroupName>::CMSIS</GroupName>
         </Group>
       </Groups>
     </Target>

--
Gitblit v1.9.3