From 2ebb8217f43b69f491620423ea4d5d5944d1f91d Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期六, 05 七月 2025 22:43:58 +0800 Subject: [PATCH] 格式化部分代码 --- keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct index 2451e5c..a32a66a 100644 --- a/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct +++ b/keil/include/devices/MK800X/Source/ARM/MK800X_ac6_copy.sct @@ -12,7 +12,7 @@ ; </h> *----------------------------------------------------------------------------*/ #define __ROM_BASE 0x00000000 -#define __ROM_SIZE 0x0001B000 +#define __ROM_SIZE 0x0001A000 /*--------------------- Embedded RAM Configuration --------------------------- ; <h> RAM Configuration @@ -21,7 +21,7 @@ ; </h> *----------------------------------------------------------------------------*/ #define __RAM_BASE (0x02000000 + __ROM_SIZE) -#define __RAM_SIZE (0x0002F800 - __ROM_SIZE) +#define __RAM_SIZE (0x0002A000 - __ROM_SIZE) /*--------------------- Stack / Heap Configuration --------------------------- ; <h> Stack / Heap Configuration -- Gitblit v1.9.3