From 31e00f93a68ebf37b4d3566699927374afd1a4b2 Mon Sep 17 00:00:00 2001 From: tangbin <2387440390@qq.com> Date: Mon, 9 Jun 2025 14:01:25 +0800 Subject: [PATCH] delete bounds_checking_function from components Signed-off-by: tangbin <2387440390@qq.com> --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 853c09c5..6bbeaf57 100644 --- a/bundle.json +++ b/bundle.json @@ -52,7 +52,7 @@ "rom": "", "ram": "", "deps": { - "components": ["bounds_checking_function"], + "components": [], "third_party": [] }, "build": { -- Gitee