From ec9ac1370bb4c31ecbe7106e1eb2f0c7eb3b71bb Mon Sep 17 00:00:00 2001 From: huangjie Date: Wed, 28 Jun 2023 17:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E8=A7=84=E8=8C=83=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 8785f13..69af860 100644 --- a/bundle.json +++ b/bundle.json @@ -41,13 +41,14 @@ "syscap": [], "features": [], "adapted_system_type": [ + "mini", "small" ], "rom": "200KB", "ram": "900KB", "deps": { "components": [ - "utils_base" + "utils_lite" ], "third_party": [ "bounds_checking_function" -- Gitee