From 666606adf7fb177db81edc1e0c56ca95367b4f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=BE=E9=98=B3=E7=86=A0?= Date: Sat, 30 Aug 2025 08:19:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/param/liteos/BUILD.gn.=20Sign?= =?UTF-8?q?ed-off-by:=20=E4=B9=BE=E9=98=B3=E7=86=A0=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 乾阳熠 --- services/param/liteos/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/param/liteos/BUILD.gn b/services/param/liteos/BUILD.gn index ee7aaf6ac..416a751df 100644 --- a/services/param/liteos/BUILD.gn +++ b/services/param/liteos/BUILD.gn @@ -163,7 +163,7 @@ static_library("param_client_lite") { } if (defined(init_lite_memory_size)) { - defines += [ "PARAM_WORKSPACE_MAX=${init_lite_memory_size}" ] + defines += [ "PARAM_WORKSPACE_MAX=10240" ] } } } -- Gitee