From 2746142b5309f8539471d832b241d5703f81a177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=9F=AF=E6=B5=A9?= Date: Tue, 23 Apr 2024 07:51:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=84=E4=BB=B6example?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E4=BA=8E=E7=BC=96=E8=AF=91libcoap=E7=9A=84ex?= =?UTF-8?q?ample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openeuler/vendor/openeuler/openeuler/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openeuler/vendor/openeuler/openeuler/config.json b/openeuler/vendor/openeuler/openeuler/config.json index 3c5ac263..d6f94081 100644 --- a/openeuler/vendor/openeuler/openeuler/config.json +++ b/openeuler/vendor/openeuler/openeuler/config.json @@ -146,6 +146,10 @@ { "component": "partA", "features": [] + }, + { + "component": "example", + "features": [] } ] }, -- Gitee