From 9e17db56182ed386a26ed6ad23475b09ab16a10b Mon Sep 17 00:00:00 2001 From: bigpumpkin Date: Tue, 25 May 2021 23:03:50 +0800 Subject: [PATCH] FIX compile error --- 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", ] } -- GitLab