From cd406ed52f24c75e38464cdae9b68f7981615508 Mon Sep 17 00:00:00 2001 From: wujie Date: Thu, 24 Oct 2024 20:14:17 +0800 Subject: [PATCH] Signed-off-by: wujie bugfix: Elastic deployment inconsistency correction --- nfc/bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfc/bundle.json b/nfc/bundle.json index 25512d4d..bd0d78ae 100644 --- a/nfc/bundle.json +++ b/nfc/bundle.json @@ -12,8 +12,8 @@ "component": { "name": "drivers_interface_nfc", "subsystem": "hdf", - "syscap": [""], - "adapter_system_type": ["standard"], + "syscap": [], + "adapted_system_type": ["standard"], "rom": "675KB", "ram": "1024KB", "deps": { -- Gitee