From 9dcfa75cb85ef53b550c570368131e224bd26360 Mon Sep 17 00:00:00 2001 From: mazhao Date: Wed, 6 Dec 2023 15:08:47 +0800 Subject: [PATCH] fix bundle.json problem Signed-off-by: mazhao --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index ff3cdbf..7c45c95 100644 --- a/bundle.json +++ b/bundle.json @@ -14,9 +14,9 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], - "rom": "", - "ram": "", + "adapted_system_type": [ "standard" ], + "rom": "2200KB", + "ram": "1024KB", "deps": { "components": [ "c_utils" -- Gitee