From fe563195087a94b2f99e9e3bda421f907bcf2d79 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期二, 02 七月 2024 14:09:13 +0800
Subject: [PATCH] 2.11,gps上传数据在获取gps的时候,不再转移,再发出

---
 MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm b/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm
index 39cb6e5..4e40675 100644
--- a/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm
+++ b/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm
@@ -22,7 +22,7 @@
  
 <h2>Project:</h2>
 C:\git\XRange_Tag - 铁鞋\MDK-ARM\STM32L071RB.uvprojx
-Project File Date:  04/17/2024
+Project File Date:  05/24/2024
 
 <h2>Output:</h2>
 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
@@ -34,19 +34,19 @@
   void Uwb_Zubao_Poll();
 ..\APL\App.c(100): warning:  #223-D: function "HIDO_UtilSnprintf" declared implicitly
       HIDO_UINT32 u32Len = HIDO_UtilSnprintf((HIDO_CHAR *)LBS_data, sizeof(LBS_data), "%s,,,,,0,00,00.0,,,,,,*00,%X,%02x,%x,%d,%d,%d%\r\n",
-..\APL\App.c(144): warning:  #177-D: variable "powerled_state"  was declared but never referenced
+..\APL\App.c(146): warning:  #177-D: variable "powerled_state"  was declared but never referenced
        static u8 powerled_state=0;
-..\APL\App.c(252): warning:  #186-D: pointless comparison of unsigned integer with zero
+..\APL\App.c(262): warning:  #186-D: pointless comparison of unsigned integer with zero
       if (g_com_map[POWERx] < 0)
-..\APL\App.c(223): warning:  #177-D: variable "temp"  was declared but never referenced
+..\APL\App.c(233): warning:  #177-D: variable "temp"  was declared but never referenced
       float temp;
-..\APL\App.c(224): warning:  #177-D: variable "temp2"  was declared but never referenced
+..\APL\App.c(234): warning:  #177-D: variable "temp2"  was declared but never referenced
       uint16_t temp2;
-..\APL\App.c(225): warning:  #177-D: variable "i"  was declared but never referenced
+..\APL\App.c(235): warning:  #177-D: variable "i"  was declared but never referenced
       uint16_t i;
-..\APL\App.c(403): warning:  #177-D: variable "uwbchecksum"  was declared but never referenced
+..\APL\App.c(415): warning:  #177-D: variable "uwbchecksum"  was declared but never referenced
       u16 uwbchecksum;
-..\APL\App.c(536): warning:  #1-D: last line of file ends without a newline
+..\APL\App.c(551): warning:  #1-D: last line of file ends without a newline
   ////以上是源代码,被拆除时间接性关闭4G
 ..\APL\App.c(49): warning:  #177-D: variable "l_bDismantle"  was declared but never referenced
   static HIDO_BOOL l_bDismantle = HIDO_FALSE;
@@ -64,7 +64,7 @@
   static HIDO_UINT32 l_u32LocationTick = 0;
 ..\APL\App.c: 17 warnings, 0 errors
 linking...
-Program Size: Code=62380 RO-data=5196 RW-data=1732 ZI-data=18620  
+Program Size: Code=61348 RO-data=5196 RW-data=1836 ZI-data=17156  
 FromELF: creating hex file...
 "STM32L071RB\STM32L071RB.axf" - 0 Error(s), 17 Warning(s).
 

--
Gitblit v1.9.3