From 2c162b948f68bde8d17cb5e86d18a8972b5661f2 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期二, 22 七月 2025 18:18:05 +0800
Subject: [PATCH] 修改传aoa信息逻辑为读取指令发送时并且为自身id才给,取消发送区域显示逻辑,将信号质量改为角度置信度

---
 keil/include/devices/MK800X/Source/GCC/gcc_arm.ld |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld b/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld
index b4577bc..2605966 100644
--- a/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld
+++ b/keil/include/devices/MK800X/Source/GCC/gcc_arm.ld
@@ -33,7 +33,7 @@
   </h>
   -----------------------------------------------------------------------------*/
 __ROM_BASE = 0x00000000;
-__ROM_SIZE = 0x00026000;
+__ROM_SIZE = 0x00026800;
 
 /*--------------------- Embedded RAM Configuration ----------------------------
   <h> RAM Configuration
@@ -50,7 +50,7 @@
     <o1> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
   </h>
   -----------------------------------------------------------------------------*/
-__STACK_SIZE = 0x00003800;
+__STACK_SIZE = 0x00003000;
 __HEAP_SIZE  = 0x00000000;
 
 /*

--
Gitblit v1.9.3