From 2c1ac913b85af9fb1c1dc82f409f5891561a8c06 Mon Sep 17 00:00:00 2001 From: yanguofeng Date: Mon, 16 Dec 2024 11:21:10 +0800 Subject: [PATCH] feat:fix ar rules of system type Signed-off-by: yanguofeng2@huawei.com --- activity_recognition/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity_recognition/bundle.json b/activity_recognition/bundle.json index 8ce7dcb6..1acb673a 100644 --- a/activity_recognition/bundle.json +++ b/activity_recognition/bundle.json @@ -12,7 +12,7 @@ "component": { "name": "drivers_interface_act_recg", "subsystem": "hdf", - "adapted_system_type": ["standard"], + "adapted_system_type": ["small", "standard"], "rom": "150KB", "ram": "200KB", "deps": { -- Gitee