From f029c316190f23acec54d2cb01f2d435534c57e7 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期一, 03 三月 2025 15:06:53 +0800
Subject: [PATCH] V1.11手环又将delay函数放到最前面保证数据接收完全,之后在关闭gps

---
 keil/Listings/uwb_simple_example.map |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/keil/Listings/uwb_simple_example.map b/keil/Listings/uwb_simple_example.map
index 887bf03..c0556c8 100644
--- a/keil/Listings/uwb_simple_example.map
+++ b/keil/Listings/uwb_simple_example.map
@@ -1419,8 +1419,8 @@
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to printfa.o(i.__0snprintf) for __2snprintf
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to pin_config.o(.text.Uart1GpsRecDebugSend) for Uart1GpsRecDebugSend
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to tcpclient.o(.text.UDPClient_UploadGPS_10pack) for UDPClient_UploadGPS_10pack
-    serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to sn74hc595.o(.text.update_led_power_state) for update_led_power_state
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to mk_misc.o(.text.delay_ms) for delay_ms
+    serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to sn74hc595.o(.text.update_led_power_state) for update_led_power_state
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to tcpclient.o(.text.UDPClient_UploadGPS) for UDPClient_UploadGPS
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to gps.o(.text.GPS_ParseGSV) for GPS_ParseGSV
     serial_at_cmd_app.o(.text.UsartParseDataHandler) refers to memseta.o(.text) for __aeabi_memclr4
@@ -9746,7 +9746,7 @@
        244         24          0          0        270       7218   module.o
        136          8          0          0          1       2988   pal_flash.o
        298         20          0          0          0       1875   pin_config.o
-      1212        204         99          3       2866       6467   serial_at_cmd_app.o
+      1212        204         99          3       2866       6472   serial_at_cmd_app.o
       1400        140          0          0          2       6427   sn74hc595.o
       1376        160          0          0      11556      11392   socket.o
         42          8        344          0          0       3003   startup_mk800x.o
@@ -9757,7 +9757,7 @@
        184          8          0          0         12       4233   wsf_nvm.o
 
     ----------------------------------------------------------------------
-     40608       6100       5890        724      36804     411512   Object Totals
+     40608       6100       5890        724      36804     411517   Object Totals
          0          0         32          0      14336          0   (incl. Generated)
         12          0          5          6         41          0   (incl. Padding)
 
@@ -9867,8 +9867,8 @@
 
       Code (inc. data)   RO Data    RW Data    ZI Data      Debug   
 
-     57698       7278       6418       1260      37680     589190   Grand Totals
-     57698       7278       6418        400      37680     589190   ELF Image Totals (compressed)
+     57698       7278       6418       1260      37680     589195   Grand Totals
+     57698       7278       6418        400      37680     589195   ELF Image Totals (compressed)
      57698       7278       6418        400          0          0   ROM Totals
 
 ==============================================================================

--
Gitblit v1.9.3