From f25977681a4c17a606e0b849a5db95069dcb812f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=A2=E7=A9=B9?= Date: Mon, 10 May 2021 12:40:53 +0800 Subject: [PATCH] update app/iothardware/BUILD.gn. --- app/iothardware/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/iothardware/BUILD.gn b/app/iothardware/BUILD.gn index 9e4f539..82032e5 100755 --- a/app/iothardware/BUILD.gn +++ b/app/iothardware/BUILD.gn @@ -19,6 +19,6 @@ static_library("led_example") { include_dirs = [ "//utils/native/lite/include", "//kernel/liteos_m/components/cmsis/2.0", - "//base/iot_hardware/interfaces/kits/wifiiot_lite", + "//base/iot_hardware/peripheral/interfaces/kits", ] } -- Gitee