From 3564f49846dc1a46aaa1cd599f58780486c967d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Thu, 21 Aug 2025 11:48:19 +0800 Subject: [PATCH] =?UTF-8?q?lite=20=E4=BA=A7=E5=93=81=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=A9=BA=E9=97=B4=E6=89=A9=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- begetd.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/begetd.gni b/begetd.gni index 1bcc555e8..2ed3b14ad 100644 --- a/begetd.gni +++ b/begetd.gni @@ -40,7 +40,7 @@ declare_args() { } # config memory size for liteos-m - init_lite_memory_size = 5120 + init_lite_memory_size = 6800 startup_init_feature_decode_group_file = false -- Gitee