From d6bce2591cd24c5a919c72e948d5acb50e13d24a Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 13 十二月 2024 16:43:12 +0800
Subject: [PATCH] 2.7,加入双击按键开关uwb,可以更加省电。插上5v也会关闭uwb,勾选modbus模式就不会生效这些更改

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

diff --git a/MDK-ARM/L051/L051.sct b/MDK-ARM/L051/L051.sct
index ac10001..21ba508 100644
--- a/MDK-ARM/L051/L051.sct
+++ b/MDK-ARM/L051/L051.sct
@@ -2,8 +2,8 @@
 ; *** Scatter-Loading Description File generated by uVision ***
 ; *************************************************************
 
-LR_IROM1 0x08005000 0x00010000  {    ; load region size_region
-  ER_IROM1 0x08005000 0x00010000  {  ; load address = execution address
+LR_IROM1 0x08005000 0x0000B000  {    ; load region size_region
+  ER_IROM1 0x08005000 0x0000B000  {  ; load address = execution address
    *.o (RESET, +First)
    *(InRoot$$Sections)
    .ANY (+RO)

--
Gitblit v1.9.3